fix history

This commit is contained in:
rngsurrounded
2025-03-03 23:19:08 +09:00
parent 70acce4b9f
commit c6bd18e9ba
4 changed files with 5 additions and 6 deletions
@@ -8,7 +8,6 @@ import { getCompetition } from "@/shared/api/competitions";
import { Loader2 } from "lucide-react";
import { useQuery, useMutation, useQueryClient } from "@tanstack/react-query";
import { TaskType } from "@/shared/types/task";
import { CompetitionType } from "@/shared/types/task";
const CompetitionSession = () => {
const { id, taskId } = useParams<{ id: string; taskId?: string }>();