9 lines
193 B
TypeScript
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;
|