From cfbb1625e7873264e2ef435cc76fec2b59cf58d8 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Wed, 24 Dec 2025 19:33:49 +0100 Subject: Refactor map components and improve modal functionality --- .../Stops/ConsolidatedCirculationListSkeleton.tsx | 47 ---------------------- 1 file changed, 47 deletions(-) delete mode 100644 src/frontend/app/components/Stops/ConsolidatedCirculationListSkeleton.tsx (limited to 'src/frontend/app/components/Stops/ConsolidatedCirculationListSkeleton.tsx') diff --git a/src/frontend/app/components/Stops/ConsolidatedCirculationListSkeleton.tsx b/src/frontend/app/components/Stops/ConsolidatedCirculationListSkeleton.tsx deleted file mode 100644 index c99b883..0000000 --- a/src/frontend/app/components/Stops/ConsolidatedCirculationListSkeleton.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from "react"; -import Skeleton, { SkeletonTheme } from "react-loading-skeleton"; -import "react-loading-skeleton/dist/skeleton.css"; -import "./ConsolidatedCirculationList.css"; - -export const ConsolidatedCirculationListSkeleton: React.FC = () => { - return ( - - <> -
- -
- - {[1, 2, 3, 4, 5].map((i) => ( -
-
-
- -
- -
- -
- -
- -
-
- -
- - - -
-
- ))} - -
- ); -}; -- cgit v1.3