formatting

This commit is contained in:
taskylizard 2023-11-03 12:08:42 +05:30
parent eb40a4f049
commit 1da62476e4
No known key found for this signature in database
GPG key ID: 5CABA3D642DDC497
6 changed files with 19 additions and 11 deletions

View file

@ -1,4 +1,4 @@
declare module '*.vue' {
import Vue from 'vue';
declare module "*.vue" {
import Vue from "vue";
export default Vue;
}