From c96aa3d7486ca6b8a1541bd1a89c00876bbccfd6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 16:09:00 +0000 Subject: [PATCH] Switch to version 6: remove src/pages/HomePage/sections/Admision.tsx --- src/pages/HomePage/sections/Admision.tsx | 28 ------------------------ 1 file changed, 28 deletions(-) delete mode 100644 src/pages/HomePage/sections/Admision.tsx diff --git a/src/pages/HomePage/sections/Admision.tsx b/src/pages/HomePage/sections/Admision.tsx deleted file mode 100644 index d4bb17b..0000000 --- a/src/pages/HomePage/sections/Admision.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 "admision" section. - -import React from 'react'; -import FaqTabbedAccordion from '@/components/sections/faq/FaqTabbedAccordion'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; - -export default function AdmisionSection(): React.JSX.Element { - return ( -
- - - -
- ); -}