fix: loading

This commit is contained in:
moolcoov
2025-03-02 14:02:44 +03:00
parent eacdb5db6d
commit f82cf67792
2 changed files with 2 additions and 2 deletions
@@ -5,7 +5,7 @@ import ReactMarkdown from "react-markdown";
import { mockTasks } from "@/shared/mocks/mocks";
import { useQuery } from "@tanstack/react-query";
import { getCompetition } from "@/shared/api/competitions";
import { Loading } from "@/components/ui/Loading";
import { Loading } from "@/components/ui/loading";
const CompetitionPage = () => {
const { id } = useParams<{ id: string }>();