Add apps/web

This commit is contained in:
2025-01-04 17:14:34 +09:00
parent 53a7e3b63b
commit 4b4d90bada
19 changed files with 2721 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
<script lang="ts">
import "../app.css";
let { children } = $props();
</script>
{@render children()}