first commit
This commit is contained in:
7
src/layout/AdminLayout.vue
Normal file
7
src/layout/AdminLayout.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<AppShellLayout />
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import AppShellLayout from './AppShellLayout.vue'
|
||||
</script>
|
||||
Reference in New Issue
Block a user