mediahub-fe/app/[locale]/(protected)/content/nulis-ai/page.tsx

6 lines
90 B
TypeScript
Raw Normal View History

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