From ea769807f9a020099a97a3e14cc8a51d8db3e853 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 00:21:34 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 3aa72f8..d9539a9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,4 @@ import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay'; -import FeaturesDetailedCards from '@/components/sections/features/FeaturesDetailedCards'; import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarCentered from '@/components/ui/NavbarCentered';