mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-07 00:29:56 +08:00
10 lines
171 B
Vue
10 lines
171 B
Vue
<script setup lang="ts">
|
|
import FullCalendarView from '@/views/subscribe/FullCalendarView.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
<FullCalendarView />
|
|
</div>
|
|
</template>
|