Skip to content

Commit ab7f27a

Browse files
committed
fix: add missing import is use-settings
1 parent 5dce7b6 commit ab7f27a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/composables/useSettings.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import type { RemovableRef } from '@vueuse/core'
12
import { useLocalStorage } from '@vueuse/core'
23
import { ACCENT_COLORS, type AccentColorId } from '#shared/utils/constants'
34
import type { LocaleObject } from '@nuxtjs/i18n'

0 commit comments

Comments
 (0)