This commit is contained in:
2019-10-03 10:20:12 -04:00
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>