mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2026-03-10 21:25:04 +00:00
In the process of linking backend and UI
This commit is contained in:
@@ -13,16 +13,12 @@ class App extends Component {
|
||||
return (
|
||||
<Router>
|
||||
|
||||
|
||||
|
||||
<div className="app">
|
||||
<Route exact path="/" component={home}/>
|
||||
<Route exact path="/register" component={register}/>
|
||||
<Route exact path="/login" component={login}/>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</Router>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user