mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-09 09:40:14 +08:00
8 lines
162 B
Vue
8 lines
162 B
Vue
<script setup lang="ts">
|
|
import DownloadingListView from '@/views/reorganize/DownloadingListView.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<DownloadingListView />
|
|
</template>
|