Skip to content

Commit 3b052ab

Browse files
committed
change / route to app for easy develop access
1 parent 9500d79 commit 3b052ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ ReactDOM.render(
2222
<Provider store={store}>
2323
<Router>
2424
<Switch>
25-
<Route exact path="/" component={SignIn} />
25+
{/* change route to signin later for official release */}
26+
<Route exact path="/" component={App} />
2627
<Route exact path="/signup" component={SignUp} />
2728
<Route exact path="/app" component={App} />
2829
</Switch>

0 commit comments

Comments
 (0)