add EveryDoor as option to report

This commit is contained in:
Will Freeman
2025-04-21 16:51:01 -06:00
parent dafd8bb325
commit eec9d47444
15 changed files with 333 additions and 48 deletions
+10
View File
@@ -0,0 +1,10 @@
<template>
<router-view />
<Footer />
</template>
<script setup lang="ts">
import Footer from '@/components/layout/Footer.vue';
</script>