Files
agenciapsilmno/src/layout/AdminLayout.vue
2026-02-18 22:36:45 -03:00

8 lines
120 B
Vue

<template>
<AppShellLayout />
</template>
<script setup>
import AppShellLayout from './AppShellLayout.vue'
</script>