diff --git a/src/components/Timeline.astro b/src/components/Timeline.astro new file mode 100644 index 0000000..fe094dc --- /dev/null +++ b/src/components/Timeline.astro @@ -0,0 +1,41 @@ +--- +const { + Date, + Time +} = Astro.props +--- + +
{Date} - {Time}
+