wip: implementando tela de cadastro do usuário

This commit is contained in:
2026-04-27 20:24:34 -05:00
parent 36a1875ee6
commit 7354c28a8e
4 changed files with 97 additions and 131 deletions

5
app/pages/index.vue Normal file
View File

@@ -0,0 +1,5 @@
<template>
<div>
<h1>Welcome to the Home Page</h1>
</div>
</template>