e
All checks were successful
deploy / deploy (push) Successful in 1m0s

This commit is contained in:
Lee
2023-10-29 13:33:06 +00:00
parent bef899d21e
commit 20633c42eb
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
import { ScoresaberPlayer } from "@/schemas/scoresaber/player";
import { useSettingsStore } from "@/store/settingsStore";
import { formatNumber } from "@/utils/number";
import { formatNumber } from "@/utils/numberUtils";
import dynamic from "next/dynamic";
import Link from "next/link";
import { useStore } from "zustand";

View File

@ -1,6 +1,6 @@
import { ScoresaberPlayer } from "@/schemas/scoresaber/player";
import { useSettingsStore } from "@/store/settingsStore";
import { formatNumber } from "@/utils/number";
import { formatNumber } from "@/utils/numberUtils";
import { useStore } from "zustand";
import Avatar from "../Avatar";
import CountyFlag from "../CountryFlag";