Skip to content

Commit b25efc2

Browse files
committed
addedh eader
1 parent 0b0fd9b commit b25efc2

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

server/client/src/components/App.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ const App = () => {
1111
<div>
1212
<BrowserRouter>
1313
<div>
14+
<Header />
1415
<Route exact path="/" component={Landing} />
15-
<Route path="/surveys" component={Dashboard} />
16+
<Route exact path="/surveys" component={Dashboard} />
17+
<Route path="/surveys/new" component={SurveyNew} />
1618
</div>
1719
</BrowserRouter>
1820
</div>

0 commit comments

Comments
 (0)