initial commit - setup dialog and magic link login
This commit is contained in:
15
src/views/WizardView.vue
Normal file
15
src/views/WizardView.vue
Normal file
@ -0,0 +1,15 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
import EnterDetailsModal from "@/components/enter-details-modal.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<h1>Wizard</h1>
|
||||
<enter-details-modal />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user