whatever...

This commit is contained in:
Rolf
2026-03-19 08:49:07 +01:00
parent 8a2636a03c
commit 7b33068df7
2 changed files with 3 additions and 39 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { auth } from '@/lib/auth'
import { db } from '@/lib/db'
import { rounds, roundPlayers, courses, tees } from '@/lib/db/schema'
import { eq, inArray } from 'drizzle-orm'
import { buttonVariants } from '@/components/ui/button'
import { buttonVariants } from '@/components/ui/button-variants'
import { cn } from '@/lib/utils'
import { headers } from 'next/headers'