consistent naming & strucutre

This commit is contained in:
Johannes Kirschbauer
2023-08-26 15:46:10 +02:00
parent dec5e1e5db
commit 87cce983e9
21 changed files with 438 additions and 444 deletions

View File

@@ -21,7 +21,7 @@
],
"paths": {
"@/*": ["./src/*"],
"API": ["./api/*"]
"@API/*": ["./src/api/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],