fix
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 44s
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m43s

This commit is contained in:
Lee
2024-10-20 19:52:33 +01:00
parent 06a13bedc8
commit 81640c3c4e
4 changed files with 27 additions and 28 deletions

View File

@ -2,9 +2,9 @@
import React from "react";
import GenericChart, { DatasetConfig } from "@/components/chart/generic-chart";
import { getValueFromHistory } from "@/common/player-utils";
import ScoreSaberPlayer from "@ssr/common/player/impl/scoresaber-player";
import { parseDate } from "@ssr/common/utils/time-utils";
import { getValueFromHistory } from "@ssr/common/utils/player-utils";
type Props = {
/**