Skip to content

Commit

Permalink
style: Format file
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Jan 2, 2025
1 parent c8760ee commit 0956026
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src-vue/src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// <reference types="vite/client" />

declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
declare module "*.vue" {
import type { DefineComponent } from "vue";
const component: DefineComponent<{}, {}, any>;
export default component;
}

0 comments on commit 0956026

Please sign in to comment.