Pages moved

This commit is contained in:
aronmal 2023-02-01 12:00:25 +01:00
parent 5051fec3ef
commit 4bb3054a0e
Signed by: aronmal
GPG key ID: 816B7707426FC612
11 changed files with 66 additions and 65 deletions

View file

@ -1,22 +0,0 @@
import Head from 'next/head'
import Grid from '../components/Grid'
export default function Home() {
return (
<>
<Head>
<title>Create Next App</title>
<meta name="description" content="Generated by create next app" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
</Head>
<main>
<div className="App">
<header className="App-header">
<Grid />
</header>
</div>
</main>
</>
)
}