This commit is contained in:
E
2021-03-07 19:17:00 -07:00
parent 11cf67b594
commit d1e5b0310b
16 changed files with 28267 additions and 8961 deletions
+1 -3
View File
@@ -10,10 +10,8 @@ function App() {
<BrowserRouter>
<div className="App">
<Switch>
<Route path="/" component={Dashboard} />
<Route path="/sessions/:clientId" component={Session} />
<p>landing page</p>
<p>session</p>
<Route exact path="/" component={Dashboard} />
</Switch>
</div>
</BrowserRouter>