This commit is contained in:
2025-04-03 20:21:51 +02:00
parent a74597d5ae
commit 88c298787a
3 changed files with 2 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
import { UserStats } from '@/app/_components/user-stats'
import { auth } from '@/server/auth'
import { HydrateClient, api } from '@/trpc/server'
import { HydrateClient } from '@/trpc/server'
export default async function Home() {
const session = await auth()

View File

@@ -1,4 +1,3 @@
import { PlayerGames } from '@/app/players/[id]/games'
import { UserInfo } from '@/app/players/[id]/user'
import { auth } from '@/server/auth'
import { HydrateClient, api } from '@/trpc/server'