This commit is contained in:
Elijah Lucian
2021-04-11 15:52:48 -07:00
parent 0df8bf9445
commit c3d1017419
10 changed files with 52 additions and 24 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { BrowserRouter } from 'react-router-dom'
import { UserContextProvider } from './contexts/UserContext'
import { CoreLayout } from './layout/CoreLayout'
import { CoreLayout } from './app/CoreLayout'
import './scss/app.scss'
const App = () => {