From b2f1e2332851676c9c085cca867810adc5758053 Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 23 Oct 2024 13:58:04 -0400 Subject: [PATCH] Create Footer component --- source/src/components/global/Footer.astro | 43 +++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/source/src/components/global/Footer.astro b/source/src/components/global/Footer.astro index e69de29..1d7fcbb 100644 --- a/source/src/components/global/Footer.astro +++ b/source/src/components/global/Footer.astro @@ -0,0 +1,43 @@ +--- +// Configuration +import { + version +} from "@root/package.json" +--- + + + + \ No newline at end of file