From b01002e1ef2dba006d26541b0b867aafd5307ec7 Mon Sep 17 00:00:00 2001 From: notshop Date: Sun, 26 Apr 2026 16:34:59 +0000 Subject: [PATCH] chore: add client/src/components/layout/Footer.tsx --- client/src/components/layout/Footer.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 client/src/components/layout/Footer.tsx diff --git a/client/src/components/layout/Footer.tsx b/client/src/components/layout/Footer.tsx new file mode 100644 index 0000000..58ebea5 --- /dev/null +++ b/client/src/components/layout/Footer.tsx @@ -0,0 +1,9 @@ +const storeName = import.meta.env.VITE_STORE_NAME || "NoShop"; + +export default function Footer() { + return ( + + ); +}