From 698d5e74be8e56a5551709dccc02c8d8e7ebaa32 Mon Sep 17 00:00:00 2001 From: Alam Guardin Date: Tue, 6 Aug 2024 21:53:24 -0500 Subject: style: create shadow content --- src/pages/index.astro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/pages') diff --git a/src/pages/index.astro b/src/pages/index.astro index 05f6222..088597a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -2,20 +2,24 @@ import Layout from '../layouts/Layout.astro'; import Profile from '../components/Profile.astro'; import List from '../components/List.astro'; +import Shadow from '../components/Shadow.astro' ---
+
-- cgit v1.2.3