From 2793d5fc439192140536aee0e07f9ef8034b94de Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 19 Jun 2026 13:02:26 +0000 Subject: [PATCH] Switch to version 9: remove src/pages/HomePage/sections/Team.tsx --- src/pages/HomePage/sections/Team.tsx | 38 ---------------------------- 1 file changed, 38 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 1b3d0e9..0000000 --- a/src/pages/HomePage/sections/Team.tsx +++ /dev/null @@ -1,38 +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 TeamListCards from '@/components/sections/team/TeamListCards'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; - -export default function TeamSection(): React.JSX.Element { - return ( -
- - - -
- ); -}