fixed login and register. working on frontend now

This commit is contained in:
Aditya Sankaran
2019-10-03 09:29:22 -04:00
parent d072a5ff95
commit 64657fa3af
3 changed files with 122 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ class App extends Component {
<Route exact path="/user" component={user}/>
<Route exact path="/home" component={writeMicroblog}/>
<Route exact path="/edit" component={edit}/>
<Route exact path="/userline" component={userLine}/>
<Route exact path="/user" component={userLine}/>
</div>
</Router>