add python
Some checks failed
Deploy / deploy (push) Failing after 47s

This commit is contained in:
Lee
2024-09-30 08:46:25 +01:00
parent 7498f2ee94
commit 59ec24bbd9
6 changed files with 6 additions and 4 deletions

View File

@ -7,7 +7,7 @@ import { useCallback, useEffect, useState } from "react";
import Card from "../card";
import Pagination from "../input/pagination";
import { Button } from "../ui/button";
import { ScoreSort } from "@/common/service/score-sort";
import { ScoreSort } from "@/common/model/score/score-sort";
import ScoreSaberPlayerScoresPageToken from "@/common/model/token/scoresaber/score-saber-player-scores-page-token";
import Score from "@/components/score/score";
import ScoreSaberPlayer from "@/common/model/player/impl/scoresaber-player";