Skip to content

Commit 5e5e969

Browse files
committedFeb 23, 2024
chore: use consistent quotes/semi
1 parent db32d83 commit 5e5e969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/nuxt/src/app/types/augments.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { UseHeadInput } from "@unhead/vue";
1+
import type { UseHeadInput } from '@unhead/vue'
22
import type { NuxtApp, useNuxtApp } from '../nuxt'
33

44
interface NuxtStaticBuildFlags {

0 commit comments

Comments
 (0)
Please sign in to comment.