Skip to content

Commit 97cf58d

Browse files
committed
Clean up: Unused components.
1 parent d66423f commit 97cf58d

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

src/components/map-for-sprints/index.tsx

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/components/map-for-sprints/map-for-sprints.tsx

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/pages/[...slug].astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import Layout from "@layouts/MarkdownLayout.astro";
44
55
import Separator from "@ui/Separator.astro";
66
import { Map } from "@components/map";
7-
import { MapSprints } from "@components//map-for-sprints";
87
import YouTube from "@ui/YouTube.astro";
98
import HighlightCard from "@components/highlight-list/highlight-card.astro";
109
import HighlightItem from "@components/highlight-list/highlight-item.astro";
@@ -60,7 +59,6 @@ const description = post.data.subtitle;
6059
Center,
6160
EPSLogo,
6261
Map,
63-
MapSprints,
6462
YouTube,
6563
HighlightCard,
6664
HighlightItem,

0 commit comments

Comments
 (0)