Pages moved
This commit is contained in:
parent
5051fec3ef
commit
4bb3054a0e
11 changed files with 66 additions and 65 deletions
|
@ -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>
|
||||
</>
|
||||
)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue