From 2050eba8f2435dd0b4c688f31d47dd97e681a725 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 19:01:46 +0000 Subject: [PATCH] Switch to version 1: 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 ffcf133..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 TeamStackedCards from '@/components/sections/team/TeamStackedCards'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; - -export default function TeamSection(): React.JSX.Element { - return ( -
- - - -
- ); -}