diff options
Diffstat (limited to 'src/App.js')
-rw-r--r-- | src/App.js | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,12 +1,12 @@ -import React from 'react'; -import Home from './pages/Home/Home'; +import React from 'react' +import Home from './pages/Home/Home' const App = () => { return ( <> <Home /> </> - ); -}; + ) +} -export default App; +export default App |