This commit is contained in:
E
2021-03-07 22:51:31 -07:00
parent 14395bdbdd
commit f338e14577
4 changed files with 6 additions and 8 deletions
+2
View File
@@ -5,6 +5,8 @@ import { BrowserRouter, Switch, Route } from 'react-router-dom'
import { Dashboard } from './pages/Dashboard'
import { Session } from './pages/Session'
console.log('ENV', process.env.NODE_ENV)
function App() {
return (
<BrowserRouter>