mirror of
https://github.com/Noratrieb/hugos-lieblingsflugzeuge.git
synced 2026-01-16 20:55:05 +01:00
hugo
This commit is contained in:
parent
295bdd927c
commit
6b39d6b79a
7 changed files with 17 additions and 12 deletions
|
|
@ -3,10 +3,10 @@ import {
|
|||
Route, NavLink, HashRouter
|
||||
} from 'react-router-dom'
|
||||
import './app.css';
|
||||
import Modern from './Militaer';
|
||||
import PlaneList from './PlaneList';
|
||||
import Home from './Home';
|
||||
import UeberHugo from './UeberHugo'
|
||||
import Planes from "./Planes";
|
||||
import Planes from "./PlaneInfo";
|
||||
|
||||
class App extends Component {
|
||||
render() {
|
||||
|
|
@ -20,7 +20,8 @@ class App extends Component {
|
|||
<main>
|
||||
<Route exact path="/" component={Home}/>
|
||||
<Route exact path="/hugo" component={UeberHugo}/>
|
||||
<Route path="/militaer/modern" component={Modern}/>
|
||||
<Route path="/militaer/modern" component={PlaneList}/>
|
||||
<Route path="/flugzeuge" component={Planes}/>
|
||||
<Route path="/flugzeug" component={Planes}/>
|
||||
</main>
|
||||
<Footer/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue