This commit is contained in:
Gnarwhal 2024-09-16 19:44:19 +00:00
commit 2c2fd045b3
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
19 changed files with 3898 additions and 0 deletions

3
.eslintrc.json Normal file
View file

@ -0,0 +1,3 @@
{
"extends": ["next/core-web-vitals", "next/typescript"]
}