From 9eb7dda04718f7ec36df6ff9f4b362b6e297defe Mon Sep 17 00:00:00 2001 From: Avraham Sakal Date: Tue, 14 Jan 2025 22:02:13 -0500 Subject: [PATCH] remove unnecessary import --- src/pages/index.astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 6337b7e..a6c527f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,6 +1,5 @@ --- import Layout from '../layouts/Layout.astro'; -import Hero from 'fulldev-ui/blocks/Hero.astro'; import LeftRightSplit from '../structure/LeftRightSplit.astro'; import NavLink from '../widgets/NavLink.astro'; ---