Initial commit

This commit is contained in:
2025-12-17 16:47:48 +00:00
commit 13813f3363
4964 changed files with 1079753 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<script>
let { transport } = $props();
</script>
<div class="h-screen px-4 pb-[4.75rem] pt-3">
<div class="h-full w-full rounded bg-black outline outline-2 outline-neutral-600 dark:outline-white">HELLO</div>
</div>