mirror of
https://github.com/ershisan99/www.git
synced 2026-01-28 21:12:04 +00:00
wip
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user