refactor: update type casting and clean up imports

- Add type casting for route.meta.title in index.vue
- Update tailwind css path in components.json
- Remove unused imports and simplify dashboard component
This commit is contained in:
Khafid Prayoga
2025-08-20 14:49:59 +07:00
parent ff67dd5146
commit bd98bb815a
3 changed files with 6 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"typescript": true,
"tailwind": {
"config": "",
"css": "app/assets/css/tailwind.css",
"css": "app/assets/css/main.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""