Skip to content

Commit ad567da

Browse files
committed
chore: cleanup
1 parent 3b5fa46 commit ad567da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/app.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<script setup lang="ts">
2-
import type { Directions, LocaleObject } from '@nuxtjs/i18n'
2+
import type { Directions } from '@nuxtjs/i18n'
33
import { useEventListener } from '@vueuse/core'
44
55
const route = useRoute()
66
const router = useRouter()
7-
const { locale, locales, t } = useI18n()
7+
const { locale, locales } = useI18n()
88
99
// Initialize accent color before hydration to prevent flash
1010
initAccentOnPrehydrate()

0 commit comments

Comments
 (0)