Add eslint standard + use pnpm

This commit is contained in:
Hydroxycarbamide 2022-11-21 10:33:40 +01:00
parent de4772e9e9
commit aafc769f33
8 changed files with 2185 additions and 5 deletions

9
app/head.tsx Normal file
View file

@ -0,0 +1,9 @@
export default function Head() {
return (
<>
<title></title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link rel="icon" href="/favicon.ico" />
</>
)
}