restyle all the things

This commit is contained in:
Thomas Ruoff
2021-02-25 00:13:37 +01:00
parent fb91b1cbc8
commit d4c71c40ca
9 changed files with 94 additions and 81 deletions

View File

@@ -4,9 +4,9 @@ import Header from './Header'
export default function Layout({ children }: { children: React.ReactNode }) {
return (
<div>
<>
<Header />
<main>{children}</main>
</div>
</>
)
}