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