Login test

This commit is contained in:
2025-03-20 17:50:28 +01:00
parent 1d7d24655f
commit 7ac279da8e
7 changed files with 147 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
<template>
<div>
<NuxtRouteAnnouncer/>
<h1 class="text-3xl font-bold underline">
Hello world!
</h1>
<Button label="Verify"/>
<div>
<NuxtPage/>
</div>
<Toast/>
</div>
</template>