| 1 | import type { RemovableRef } from '@vueuse/core' |
| 2 | import { useLocalStorage } from '@vueuse/core' |
| 3 | import { ACCENT_COLORS, type AccentColorId } from '#shared/utils/constants' |
| 4 | import type { LocaleObject } from '@nuxtjs/i18n' |
nothing calls this directly
no test coverage detected