Fix lint and type errors

This commit is contained in:
AdityaSalunkhe21
2025-12-19 12:09:38 +05:30
parent 471fa450b8
commit 2ee6d3ea00
107 changed files with 2964 additions and 912 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'];
}
}