From 553d39cf9b8e76a0a9db60c974347fcc7705ceeb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 17:25:31 +0000 Subject: [PATCH] Switch to version 2: remove src/pages/HomePage/sections/Team.tsx --- src/pages/HomePage/sections/Team.tsx | 37 ---------------------------- 1 file changed, 37 deletions(-) delete mode 100644 src/pages/HomePage/sections/Team.tsx diff --git a/src/pages/HomePage/sections/Team.tsx b/src/pages/HomePage/sections/Team.tsx deleted file mode 100644 index 7b74188..0000000 --- a/src/pages/HomePage/sections/Team.tsx +++ /dev/null @@ -1,37 +0,0 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "team" section. - -import React from 'react'; -import TeamOverlayCards from '@/components/sections/team/TeamOverlayCards'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; - -export default function TeamSection(): React.JSX.Element { - return ( -
- - - -
- ); -}