Did more stuff than I even wanna write. Notably:
- Auth/account management - Navigation system - Admin views for LOA stuff
This commit is contained in:
13
ui/src/pages/ManageLOA.vue
Normal file
13
ui/src/pages/ManageLOA.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
import LoaForm from '@/components/loa/loaForm.vue';
|
||||
import LoaList from '@/components/loa/loaList.vue';
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="max-w-5xl mx-auto pt-10">
|
||||
<!-- <LoaForm class="m-10"></LoaForm> -->
|
||||
<h1>LOA Log</h1>
|
||||
<LoaList></LoaList>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user