refactoring the route to admin console

This commit is contained in:
2026-01-27 18:33:17 +02:00
parent bf13c37301
commit a796fce032
13 changed files with 164 additions and 28 deletions
+15
View File
@@ -0,0 +1,15 @@
<template>
<Home />
</template>
<script setup>
//
</script>
<route>
{
meta: {
layout: "console"
}
}
</route>