mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-02 14:21:01 +08:00
10 lines
163 B
Vue
10 lines
163 B
Vue
<script setup lang="ts">
|
|
import UserProfileView from '@/views/user/UserProfileView.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
<UserProfileView />
|
|
</div>
|
|
</template>
|