8 lines
120 B
Vue
8 lines
120 B
Vue
<template>
|
|
<AppShellLayout />
|
|
</template>
|
|
|
|
<script setup>
|
|
import AppShellLayout from './AppShellLayout.vue'
|
|
</script>
|