Updated name

This commit is contained in:
2025-09-13 12:57:42 +02:00
parent b277344f4e
commit da0784be99
12 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
import { formatNumber } from "@/lib/formatters" import { formatNumber } from "@/lib/formatters"
import { getBedwarsPrestige, getBedwarsStar } from "@/lib/hypixel/bedwars/bedwars" import { getBedwarsPrestige, getBedwarsStar } from "@/lib/hypixel/bedwars/general"
import { getBedwarsLevelForExp } from "@/lib/hypixel/bedwars/level" import { getBedwarsLevelForExp } from "@/lib/hypixel/bedwars/level"
import { cn } from "@/lib/utils" import { cn } from "@/lib/utils"
import { GenericProgress } from "../../_components/GenericProgress" import { GenericProgress } from "../../_components/GenericProgress"

View File

@@ -1,5 +1,5 @@
import { formatNumber } from "@/lib/formatters" import { formatNumber } from "@/lib/formatters"
import { getBedwarsLatestRoom, getBedwarsWalletMax } from "@/lib/hypixel/bedwars/bedwars" import { getBedwarsLatestRoom, getBedwarsWalletMax } from "@/lib/hypixel/bedwars/general"
import { NonNullStats } from "@/lib/schema/player" import { NonNullStats } from "@/lib/schema/player"
import { BasicStat, Stat } from "../../_components/Stats" import { BasicStat, Stat } from "../../_components/Stats"
import { BedWarsPrestige } from "./components" import { BedWarsPrestige } from "./components"

View File

@@ -1,6 +1,6 @@
import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@/components/ui/table" import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@/components/ui/table"
import { formatNumber } from "@/lib/formatters" import { formatNumber } from "@/lib/formatters"
import { concatBedwarsStats, getBedwarsModeStats, getBestMode } from "@/lib/hypixel/bedwars/bedwars" import { concatBedwarsStats, getBedwarsModeStats, getBestMode } from "@/lib/hypixel/bedwars/general"
import { NonNullStats } from "@/lib/schema/player" import { NonNullStats } from "@/lib/schema/player"
import { cn } from "@/lib/utils" import { cn } from "@/lib/utils"

View File

@@ -1,6 +1,6 @@
import { Separator } from "@/components/ui/separator" import { Separator } from "@/components/ui/separator"
import { formatNumber } from "@/lib/formatters" import { formatNumber } from "@/lib/formatters"
import { getAllDuelsDivisions, getDuelsMostPlayed } from "@/lib/hypixel/duels/duels" import { getAllDuelsDivisions, getDuelsMostPlayed } from "@/lib/hypixel/duels/general"
import { devide, romanize } from "@/lib/hypixel/general" import { devide, romanize } from "@/lib/hypixel/general"
import { NonNullStats } from "@/lib/schema/player" import { NonNullStats } from "@/lib/schema/player"
import GeneralStats from "../GeneralStats" import GeneralStats from "../GeneralStats"

View File

@@ -1,5 +1,5 @@
import { formatNumber } from "@/lib/formatters" import { formatNumber } from "@/lib/formatters"
import { Div } from "@/lib/hypixel/duels/duels" import { Div } from "@/lib/hypixel/duels/general"
import { romanize } from "@/lib/hypixel/general" import { romanize } from "@/lib/hypixel/general"
import { NonNullStats } from "@/lib/schema/player" import { NonNullStats } from "@/lib/schema/player"
import { cn } from "@/lib/utils" import { cn } from "@/lib/utils"

View File

@@ -1,6 +1,6 @@
import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@/components/ui/table" import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@/components/ui/table"
import { formatNumber } from "@/lib/formatters" import { formatNumber } from "@/lib/formatters"
import { getBestDuelsMode, getDuelsDevision, getDuelsMode, getDuelsModeStats } from "@/lib/hypixel/duels/duels" import { getBestDuelsMode, getDuelsDevision, getDuelsMode, getDuelsModeStats } from "@/lib/hypixel/duels/general"
import { romanize } from "@/lib/hypixel/general" import { romanize } from "@/lib/hypixel/general"
import { NonNullStats } from "@/lib/schema/player" import { NonNullStats } from "@/lib/schema/player"

View File

@@ -1,7 +1,7 @@
"use client" "use client"
import { head } from "@/lib/hypixel/general" import { head } from "@/lib/hypixel/general"
import { getSkywarsHeads } from "@/lib/hypixel/skywars/skywars" import { getSkywarsHeads } from "@/lib/hypixel/skywars/general"
import { cn } from "@/lib/utils" import { cn } from "@/lib/utils"
import Image from "next/image" import Image from "next/image"
import Link from "next/link" import Link from "next/link"

View File

@@ -1,6 +1,6 @@
import { formatNumber } from "@/lib/formatters" import { formatNumber } from "@/lib/formatters"
import { getSkyWarsIcon, getSkywarsPrestige } from "@/lib/hypixel/skywars/general"
import { getSkywarsLevel } from "@/lib/hypixel/skywars/level" import { getSkywarsLevel } from "@/lib/hypixel/skywars/level"
import { getSkyWarsIcon, getSkywarsPrestige } from "@/lib/hypixel/skywars/skywars"
import { cn } from "@/lib/utils" import { cn } from "@/lib/utils"
import { GenericProgress } from "../../_components/GenericProgress" import { GenericProgress } from "../../_components/GenericProgress"
import { SkywarsHeadsBar, SkywarsPresigeousHeads } from "./client" import { SkywarsHeadsBar, SkywarsPresigeousHeads } from "./client"

View File

@@ -1,6 +1,6 @@
import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@/components/ui/table" import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@/components/ui/table"
import { formatNumber } from "@/lib/formatters" import { formatNumber } from "@/lib/formatters"
import { concatSkywarsStats, getBestSkywarsMode, getSkywarsModeStats } from "@/lib/hypixel/skywars/skywars" import { concatSkywarsStats, getBestSkywarsMode, getSkywarsModeStats } from "@/lib/hypixel/skywars/general"
import { NonNullStats } from "@/lib/schema/player" import { NonNullStats } from "@/lib/schema/player"
import { cn } from "@/lib/utils" import { cn } from "@/lib/utils"