From 49be4dfc3d478ad02876c9238c48c513edac1e7c Mon Sep 17 00:00:00 2001 From: rohan09-raj Date: Thu, 28 Jul 2022 17:56:15 +0530 Subject: refactoring folder structure --- src/App.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/App.js (limited to 'src/App.js') diff --git a/src/App.js b/src/App.js deleted file mode 100644 index c39f14e..0000000 --- a/src/App.js +++ /dev/null @@ -1,12 +0,0 @@ -import React from 'react' -import Index from './routes' - -const App = () => { - return ( - <> - - - ) -} - -export default App -- cgit