Initial commit from Create Next App

This commit is contained in:
Patrick_Pluto 2024-09-18 10:38:54 +02:00
commit 8d296414eb
15 changed files with 5629 additions and 0 deletions

3
.eslintrc.json Normal file
View file

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