forked from Kispi/Core
feat(webapp): add check in view
This commit is contained in:
parent
61f4cf2c72
commit
c2aa92737f
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
<template>
|
<template>
|
||||||
#CheckIn
|
<div class="hero h-full bg-base-200 rounded-lg">
|
||||||
|
<div class="hero-content text-center">
|
||||||
|
<h1 class="text-6xl font-bold">John Doe um 17:39:33</h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
|
|
Loading…
Reference in a new issue