From 42213ae52905cd1a3b5bd4369d3d3b2b36e7eb20 Mon Sep 17 00:00:00 2001 From: Alam Guardin Date: Tue, 6 Aug 2024 21:33:24 -0500 Subject: style: create link component --- src/components/List.astro | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/components/List.astro (limited to 'src/components/List.astro') diff --git a/src/components/List.astro b/src/components/List.astro new file mode 100644 index 0000000..01998f9 --- /dev/null +++ b/src/components/List.astro @@ -0,0 +1,14 @@ +--- +import Link from "./Link.astro"; +--- + +
+ + + + + + + + +
\ No newline at end of file -- cgit v1.2.3