Skip to content

Commit 0b0fd9b

Browse files
committed
Added more route config
1 parent fbedaa1 commit 0b0fd9b

File tree

1 file changed

+2
-1
lines changed
  • server/client/src/components

1 file changed

+2
-1
lines changed

server/client/src/components/App.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ const App = () => {
1111
<div>
1212
<BrowserRouter>
1313
<div>
14-
<Route path="/" component={Landing} />
14+
<Route exact path="/" component={Landing} />
15+
<Route path="/surveys" component={Dashboard} />
1516
</div>
1617
</BrowserRouter>
1718
</div>

0 commit comments

Comments
 (0)