feat: add login gate and admin navigation to App.vue
This commit is contained in:
4
src/components/AdminPage.vue
Normal file
4
src/components/AdminPage.vue
Normal file
@@ -0,0 +1,4 @@
|
||||
<script setup lang="ts">
|
||||
defineEmits<{ back: [] }>()
|
||||
</script>
|
||||
<template><div>Admin placeholder</div></template>
|
||||
Reference in New Issue
Block a user