refactor: restructure application components and update routing

This commit is contained in:
2026-03-18 14:54:01 +01:00
parent 6952d5cfe1
commit 1d08d197dc
8 changed files with 71 additions and 55 deletions

9
jsconfig.json Normal file
View File

@@ -0,0 +1,9 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src"]
}