File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11---
22import { getCollection } from " astro:content" ;
3- import { Separator } from " ../separator/separator " ;
3+ import Separator from " @ui/Separator.astro " ;
44import { Fragment } from " react" ;
55import Headline from " @ui/Headline.astro"
66import Section from " @ui/Section.astro"
Original file line number Diff line number Diff line change 1+
2+ <hr class =" border-none h-[2px] my-12 bg-black/20" />
Original file line number Diff line number Diff line change 22import { type CollectionEntry , getCollection } from " astro:content" ;
33import Layout from " @layouts/MarkdownLayout.astro" ;
44
5- import { Separator } from " @components/separator/separator " ;
5+ import Separator from " @ui/Separator.astro " ;
66import { Map } from " @components/map" ;
77import { MapSprints } from " @components//map-for-sprints" ;
88import YouTube from " @ui/YouTube.astro" ;
Original file line number Diff line number Diff line change 11---
22import { getCollection , getEntries } from " astro:content" ;
3- import Layout from " ../../ layouts/Layout.astro" ;
4- import Prose from " ../../ components/prose/prose.astro" ;
5- import { Separator } from " ../../components/separator/separator " ;
3+ import Layout from " @ layouts/Layout.astro" ;
4+ import Prose from " @ components/prose/prose.astro" ;
5+ import Separator from " @ui/Separator.astro " ;
66import { formatInTimeZone } from " date-fns-tz" ;
77import { YouTube } from " @astro-community/astro-embed-youtube" ;
88import { Picture } from " astro:assets" ;
You can’t perform that action at this time.
0 commit comments