2025-02-26 14:09:23 +08:00

11 lines
130 B
TypeScript

import type { FC } from 'react';
const Index: FC = () => {
return (
<div>/teacher/um</div>
);
};
export default Index;