Files
ZLB/src/components/ProfesoresSection.tsx
2026-03-13 14:53:40 +01:00

9 lines
193 B
TypeScript

/**
* ProfesoresSection has been removed intentionally.
* Exporting a no-op component to avoid breaking imports.
*/
const ProfesoresSection = () => null;
export default ProfesoresSection;