From 582f753a9370c00f82ddd0ea0c4bf842df318a96 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 17 Oct 2024 01:16:32 -0700 Subject: initial moeification --- src/components/Footer.astro | 60 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 src/components/Footer.astro (limited to 'src/components/Footer.astro') diff --git a/src/components/Footer.astro b/src/components/Footer.astro new file mode 100644 index 0000000..6670702 --- /dev/null +++ b/src/components/Footer.astro @@ -0,0 +1,60 @@ +--- +import dataList from "../data/user.json"; +--- + + + + -- cgit v1.2.3