Archived
1
0

Added footer links

This commit is contained in:
2020-01-09 20:02:55 +01:00
parent e24843b4ce
commit d8763fa455
2 changed files with 10 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
import React from "react"
import Header from "../components/header"
export default () => (
<div>
<h1>About</h1>
<Header headline="About" />
// TODO Impressum
</div>
)