fix : layout admin

This commit is contained in:
2026-02-16 15:24:45 +01:00
parent 6461366bc1
commit abe474d3db
13 changed files with 166 additions and 172 deletions

View File

@@ -2,6 +2,6 @@
</template>
<script setup lang="ts">
definePageMeta({
layout: 'admin'
layout: 'default'
})
</script>