mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-05-15 16:32:20 +02:00
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;
|