Using next-auth
This commit is contained in:
parent
b9e72b2a32
commit
dab3abdda2
50 changed files with 656 additions and 1525 deletions
22
leaky-ships/pages/grid.tsx
Normal file
22
leaky-ships/pages/grid.tsx
Normal file
|
@ -0,0 +1,22 @@
|
|||
import Grid from "../../components/Grid"
|
||||
import Head from "next/head"
|
||||
|
||||
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