Fixed layout and routing

This commit is contained in:
Patrick Alvin Alcala 2025-09-24 17:55:40 +08:00
parent c57727e20a
commit ddff738d2e
5 changed files with 54 additions and 26 deletions

View file

@ -24,5 +24,5 @@
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},
"include": ["src"]
"include": ["src", "index.tsx"]
}