Skip to content

Commit

Permalink
chore: use consistent quotes/semi
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 23, 2024
1 parent db32d83 commit 5e5e969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt/src/app/types/augments.d.ts
@@ -1,4 +1,4 @@
import type { UseHeadInput } from "@unhead/vue";
import type { UseHeadInput } from '@unhead/vue'
import type { NuxtApp, useNuxtApp } from '../nuxt'

interface NuxtStaticBuildFlags {
Expand Down

0 comments on commit 5e5e969

Please sign in to comment.