Expanded edit fields. Added revision history to scene and user pages.
This commit is contained in:
9
pages/admin/+Page.vue
Normal file
9
pages/admin/+Page.vue
Normal 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>
|
||||
Reference in New Issue
Block a user