admin firs step

This commit is contained in:
Roo
2026-03-23 21:43:40 +00:00
parent 309a72cc0b
commit cddcd34ba9
47 changed files with 22698 additions and 19 deletions

18
frontend/admin/app.vue Normal file
View File

@@ -0,0 +1,18 @@
<template>
<div>
<NuxtPage />
</div>
</template>
<script setup lang="ts">
// Root app component
</script>
<style>
/* Global styles */
html, body {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
}
</style>