replace index & start on Header

This commit is contained in:
2022-05-06 12:53:40 +02:00
parent c9a152fd6a
commit 1876f0d390
4 changed files with 27 additions and 192 deletions

3
components/Header.js Normal file
View File

@@ -0,0 +1,3 @@
export default function Home() {
return <></>;
}