From f82cf67792202eae70aa3fc555b6bf134d868dc9 Mon Sep 17 00:00:00 2001 From: moolcoov Date: Sun, 2 Mar 2025 14:02:44 +0300 Subject: [PATCH] fix: loading --- services/frontend/src/pages/Competition/index.tsx | 2 +- services/frontend/src/pages/Competitions/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/frontend/src/pages/Competition/index.tsx b/services/frontend/src/pages/Competition/index.tsx index fa64ec5..b434fa8 100644 --- a/services/frontend/src/pages/Competition/index.tsx +++ b/services/frontend/src/pages/Competition/index.tsx @@ -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 }>(); diff --git a/services/frontend/src/pages/Competitions/index.tsx b/services/frontend/src/pages/Competitions/index.tsx index 2506526..1acd5f0 100644 --- a/services/frontend/src/pages/Competitions/index.tsx +++ b/services/frontend/src/pages/Competitions/index.tsx @@ -5,7 +5,7 @@ import { useQuery } from "@tanstack/react-query"; import { getCompetitions } from "@/shared/api/competitions"; import { NoCompetitions } from "./modules/NoCompetitions"; import { TabsContent } from "@radix-ui/react-tabs"; -import { Loading } from "@/components/ui/Loading"; +import { Loading } from "@/components/ui/loading"; import { CompetitionState } from "@/shared/types/competition"; enum CompetitionTab {