Revert "Fix lint and type errors"

This reverts commit 2ee6d3ea00.
This commit is contained in:
2025-12-29 14:17:22 +05:30
parent 9bbe803765
commit 78f5a1531f
107 changed files with 914 additions and 2966 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ export {};
declare module '@vue/runtime-core' {
export interface GlobalComponents {
RouterLink: (typeof import('vue-router'))['RouterLink'];
RouterView: (typeof import('vue-router'))['RouterView'];
RouterLink: typeof import('vue-router')['RouterLink'];
RouterView: typeof import('vue-router')['RouterView'];
}
}