mirror of
https://github.com/Noratrieb/hugos-lieblingsflugzeuge.git
synced 2026-01-16 20:55:05 +01:00
spa (mit hugo)
This commit is contained in:
parent
a395e0e8fb
commit
933ef702c6
8 changed files with 229 additions and 99 deletions
11
src/Home.js
Normal file
11
src/Home.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import React, {Component} from "react";
|
||||
|
||||
class Home extends Component {
|
||||
render() {
|
||||
return (
|
||||
<h1>Willkommen bei Hugos Lieblingsflugzeugen!</h1>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
export default Home;
|
||||
Loading…
Add table
Add a link
Reference in a new issue