chore: make linter happy

This commit is contained in:
Hakadao
2024-12-14 18:03:25 +08:00
parent 9558364b57
commit 4152c04bdd

View File

@@ -2,14 +2,14 @@
import { useI18n } from 'vue-i18n'
import { useBewlyApp } from '~/composables/useAppProvider'
import { TOP_BAR_VISIBILITY_CHANGE } from '~/constants/globalEvents'
// import { TOP_BAR_VISIBILITY_CHANGE } from '~/constants/globalEvents'
import type { GridLayoutType } from '~/logic'
import { settings } from '~/logic'
import type { List as RankingVideoItem, RankingResult } from '~/models/video/ranking'
import type { List as RankingPgcItem, RankingPgcResult } from '~/models/video/rankingPgc'
import api from '~/utils/api'
import emitter from '~/utils/mitt'
// import emitter from '~/utils/mitt'
import type { RankingType } from '../types'
const props = defineProps<{