1
0

fix(user): lint

This commit is contained in:
kolaente
2023-06-12 16:22:15 +02:00
parent aab2020e68
commit cd8e497b24
3 changed files with 3 additions and 5 deletions

View File

@ -3,8 +3,6 @@ import {createSharedComposable, usePreferredColorScheme, tryOnMounted} from '@vu
import type {BasicColorSchema} from '@vueuse/core'
import {useAuthStore} from '@/stores/auth'
const STORAGE_KEY = 'color-scheme'
const DEFAULT_COLOR_SCHEME_SETTING: BasicColorSchema = 'light'
const CLASS_DARK = 'dark'