Expanded edit fields. Added revision history to scene and user pages.

This commit is contained in:
2024-10-06 02:45:56 +02:00
parent 8bf9e22b39
commit 8f843f321d
57 changed files with 1664 additions and 156 deletions

9
pages/admin/+Page.vue Normal file
View File

@@ -0,0 +1,9 @@
<template>
<Admin>
<h2 class="heading">Admin Panel</h2>
</Admin>
</template>
<script setup>
import Admin from '#/components/admin/admin.vue';
</script>