fix(fe general and archive): added backoffice components first logic and archive page table with simple items fetch

This commit is contained in:
Marco Cavalli 2025-03-04 17:14:05 +01:00
parent 4a7d898cf9
commit e5b136dec4
5 changed files with 171 additions and 3 deletions

View file

@ -0,0 +1,11 @@
<script setup lang="ts">
</script>
<template>
<div>dashboard</div>
</template>
<style scoped>
</style>