refactor: page routing

feat: base order and product view pages

feat: base auth state
This commit is contained in:
2025-09-25 22:16:33 +01:00
parent 5152852db5
commit 21cb4f5cfb
12 changed files with 82 additions and 85 deletions

View File

@@ -0,0 +1,7 @@
<script lang="ts">
import type { PageProps } from './$types';
let { data }: PageProps = $props();
</script>
<h1>Order ID: {data.id}</h1>