add: register & recovery password

This commit is contained in:
Alexandro Uc Santos
2023-11-18 19:58:42 -06:00
commit afa8e1983b
37 changed files with 2730 additions and 0 deletions

6
src/views/HomeView.vue Normal file
View File

@@ -0,0 +1,6 @@
<script setup>
</script>
<template>
<h1>HomeView</h1>
</template>