refactor: avoid directly importing all methods from ~/utils

This commit is contained in:
Hakadao
2023-04-13 02:02:06 +08:00
parent b1ccf3e6fc
commit 495c9b460a
18 changed files with 28 additions and 36 deletions

View File

@@ -12,7 +12,7 @@ import Video from './Video/Video.vue'
import { activatedPage, settings } from '~/logic'
import '~/styles/index.ts'
import { AppPage, LanguageType } from '~/enums/appEnums'
import { hexToRGBA } from '~/utils'
import { hexToRGBA } from '~/utils/main'
const { locale } = useI18n()
const [showSettings, toggle] = useToggle(false)