Renamed files

This commit is contained in:
2025-09-26 14:15:51 +02:00
parent 38f196bd9a
commit 765fb5de4d
42 changed files with 38 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
import DisplayName from "@/components/player/displayname"
import DisplayName from "@/app/(stats)/player/[ign]/_components/displayname"
import { Card, CardContent } from "@/components/ui/card"
import { COOKIE_VALUES } from "@/data/general"
import { env } from "@/lib/env/server"
@@ -13,7 +13,7 @@ import { cookies } from "next/headers"
import { Suspense } from "react"
import z from "zod"
import { PlayerPageLoadText, PlayerStats } from "./_client"
import Sidebar from "./_components/Sidebar"
import Sidebar from "./_components/sidebar"
export async function generateMetadata({ params }: { params: Promise<{ ign: string }> }): Promise<Metadata> {
const { ign } = await params