team-1/frontend/src/routes/+page.svelte

9 lines
172 B
Svelte
Raw Normal View History

2025-08-01 18:07:11 +02:00
<script lang="ts">
</script>
2025-08-02 00:52:13 +02:00
<div class="flex h-full w-full items-center justify-center p-4">
2025-08-02 02:12:41 +02:00
<div class="">
2025-08-02 00:52:13 +02:00
<h1>Scan your nearby rooms</h1>
</div>
2025-08-01 21:10:03 +02:00
</div>