From 796fdeed465f8a4f9d4aaaaf9ddf448f91e901e6 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Fri, 13 Oct 2023 21:26:13 +0100 Subject: Pulls out CommitteeList component --- src/components/CommitteeList/CommitteeList.astro | 8 +++++ .../CommitteeList/CommitteeListItem.astro | 39 ++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 src/components/CommitteeList/CommitteeList.astro create mode 100644 src/components/CommitteeList/CommitteeListItem.astro (limited to 'src/components/CommitteeList') diff --git a/src/components/CommitteeList/CommitteeList.astro b/src/components/CommitteeList/CommitteeList.astro new file mode 100644 index 0000000..f576c9a --- /dev/null +++ b/src/components/CommitteeList/CommitteeList.astro @@ -0,0 +1,8 @@ +--- +import committee from '$data/committee'; +import CommitteeListItem from './CommitteeListItem.astro'; +--- + +