Skip to content

Commit 964c675

Browse files
Cleaned up comments.
1 parent 795073d commit 964c675

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ ReactDOM.render((
2828
<Route path="dashboard" component={UserIsAuthenticated(Dashboard)} />
2929
<Route path="signup" component={UserIsNotAuthenticated(SignUp)} />
3030
<Route path="profile" component={UserIsAuthenticated(Profile)} />
31-
{/*<Route path="*" component={Status404} />*/}
3231
</Route>
3332
</Router>
3433
</Provider>

0 commit comments

Comments
 (0)