From a22a78fc89c42f20235894367493aeb71ead98b0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 08:16:07 +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 827f033..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 ( -
- - - -
- ); -}