nidus-sync/ts/AppSync.vue
Eli Ribble ba8c0016ac
Add sigup page...again
Had it previously, but broke it for the single-page app migration.
2026-04-17 17:48:18 +00:00

5 lines
75 B
Vue

<template>
<router-view />
</template>
<script setup lang="ts"></script>