mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
10 lines
181 B
Vue
10 lines
181 B
Vue
<script setup lang="ts">
|
|
import TransferHistoryView from '@/views/reorganize/TransferHistoryView.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
<TransferHistoryView />
|
|
</div>
|
|
</template>
|