summaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/App.js b/src/App.js
index 2f7a2bc..f61c245 100644
--- a/src/App.js
+++ b/src/App.js
@@ -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