We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66423f commit 97cf58dCopy full SHA for 97cf58d
src/components/map-for-sprints/index.tsx
src/components/map-for-sprints/map-for-sprints.tsx
src/pages/[...slug].astro
@@ -4,7 +4,6 @@ import Layout from "@layouts/MarkdownLayout.astro";
4
5
import Separator from "@ui/Separator.astro";
6
import { Map } from "@components/map";
7
-import { MapSprints } from "@components//map-for-sprints";
8
import YouTube from "@ui/YouTube.astro";
9
import HighlightCard from "@components/highlight-list/highlight-card.astro";
10
import HighlightItem from "@components/highlight-list/highlight-item.astro";
@@ -60,7 +59,6 @@ const description = post.data.subtitle;
60
59
Center,
61
EPSLogo,
62
Map,
63
- MapSprints,
64
YouTube,
65
HighlightCard,
66
HighlightItem,
0 commit comments