mediahub-fe/app/[locale]/(protected)/schedule/event/page.tsx

6 lines
84 B
TypeScript
Raw Normal View History

2024-11-27 04:14:10 +00:00
const EventPage = async () => {
return <div></div>;
};
export default EventPage;