1
0
Fork 0
forked from Kispi/Core

feat(webapp): add check in view

This commit is contained in:
Simon Giesel 2022-07-12 22:15:30 +02:00
parent 61f4cf2c72
commit c2aa92737f

View file

@ -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>