8 lines
137 B
Plaintext
8 lines
137 B
Plaintext
<template>
|
|
<AdminLayout />
|
|
</template>
|
|
|
|
<script setup lang="uts">
|
|
import AdminLayout from '@/layouts/admin/AdminLayout.uvue'
|
|
</script>
|