From fe7dd296a69719bfce3b5eeab07e0ea71affad1c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 10:04:41 +0000 Subject: [PATCH] Switch to version 1: remove src/pages/HomePage/sections/HowItWorks.tsx --- src/pages/HomePage/sections/HowItWorks.tsx | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 src/pages/HomePage/sections/HowItWorks.tsx diff --git a/src/pages/HomePage/sections/HowItWorks.tsx b/src/pages/HomePage/sections/HowItWorks.tsx deleted file mode 100644 index efe7d4d..0000000 --- a/src/pages/HomePage/sections/HowItWorks.tsx +++ /dev/null @@ -1,28 +0,0 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "how-it-works" section. - -import React from 'react'; -import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; - -export default function HowItWorksSection(): React.JSX.Element { - return ( -
- - - -
- ); -}