refactor: move contents from the src/models/apiModels to parent directory

This commit is contained in:
Hakadao
2023-12-28 01:08:51 +08:00
parent e5a8088540
commit 21fb19fc89
26 changed files with 17 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ import { useI18n } from 'vue-i18n'
import { getCSRF, openLinkToNewTab, removeHttpFromUrl } from '~/utils/main'
import { calcCurrentTime } from '~/utils/dataFormatter'
import emitter from '~/utils/mitt'
import type { List as VideoItem, WatchLaterResult } from '~/models/apiModels/video/watchLater'
import type { List as VideoItem, WatchLaterResult } from '~/models/video/watchLater'
const { t } = useI18n()