mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-20 07:40:12 +08:00
10 lines
154 B
Vue
10 lines
154 B
Vue
<script setup lang="ts">
|
|
import UserListView from '@/views/user/UserListView.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
<UserListView />
|
|
</div>
|
|
</template>
|