mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore: make linter happy
This commit is contained in:
@@ -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<{
|
||||
|
||||
Reference in New Issue
Block a user