more linting

This commit is contained in:
taskylizard 2023-11-19 14:27:14 +05:30
parent 84337b7b1d
commit ae179550bf
No known key found for this signature in database
GPG key ID: 5CABA3D642DDC497
7 changed files with 38 additions and 41 deletions

View file

@ -1,4 +1,6 @@
import { type Component } from "vue";
declare module "*.vue" {
const component: import("vue").Component;
const component: Component;
export default component;
}