diff --git a/template/App.js b/template/App.js index a0076ec35bf6e4..0fc721ae567367 100644 --- a/template/App.js +++ b/template/App.js @@ -6,7 +6,7 @@ * @flow */ -import React, {Fragment} from 'react'; +import React from 'react'; import { SafeAreaView, StyleSheet, @@ -26,7 +26,7 @@ import { const App = () => { return ( - + <> { - + ); };