Initial commit from Create Next App

This commit is contained in:
ISA
2024-09-23 07:32:06 +02:00
commit 7d0f59e280
14 changed files with 2030 additions and 0 deletions

7
jsconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}