mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-17 19:57:35 +08:00
调整资源页面导入路径,修正TorrentCardListView和TorrentRowListView组件的引用
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
import NoDataFound from '@/components/NoDataFound.vue'
|
||||
import api from '@/api'
|
||||
import type { Context } from '@/api/types'
|
||||
import TorrentCardListView from '@/views/discover/TorrentCardListView.vue'
|
||||
import TorrentRowListView from '@/views/discover/TorrentRowListView.vue'
|
||||
import TorrentCardListView from '@/views/torrent/TorrentCardListView.vue'
|
||||
import TorrentRowListView from '@/views/torrent/TorrentRowListView.vue'
|
||||
import { useDisplay } from 'vuetify'
|
||||
|
||||
// APP
|
||||
|
||||
Reference in New Issue
Block a user