mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-22 08:49:47 +08:00
8 lines
150 B
Vue
8 lines
150 B
Vue
<script setup lang="ts">
|
|
import FileBrowserView from '@/views/reorganize/FileBrowserView.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<FileBrowserView />
|
|
</template>
|