8000 chore: remove notfound route · codejs-kr/simple-chat@3e77449 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e77449

Browse files
committed
chore: remove notfound route
1 parent a1fab41 commit 3e77449

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/App.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ class App extends Component {
3030
<Route exact path="/" component={Home} />
3131
<Route path="/room" component={Room} />
3232
<Route path="/room/:name" component={Room} />
33-
{/* <Route component={NotFound} /> */}
3433
</Switch>
3534
</Iphone>
3635
<Balls />

0 commit comments

Comments
 (0)
0