chore: Refactored home page content out of App.vue and into separate index.vue file created for the vue-router

This commit is contained in:
jezzahehn 2025-05-20 18:21:58 -04:00
parent da604a14f6
commit 297947266d
4 changed files with 42 additions and 57 deletions

View file

@ -10,6 +10,10 @@
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true,
"noUncheckedIndexedAccess": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
},
"include": [
"src/**/*.ts",