add round creation

This commit is contained in:
unurled 2025-07-06 14:56:26 +02:00
parent 9cc0ac3089
commit 764d0c0526
25 changed files with 356 additions and 27 deletions

View file

@ -9,7 +9,7 @@
import { cn } from '$lib/utils';
import { getContext } from 'svelte';
import Nav from '$lib/components/nav.svelte';
import type { User } from '@/server/db/schema/users';
import type { User } from '$lib/server/db/schema/users';
let {
breadcrumbs,