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

6 lines
100 B
TypeScript
Raw Normal View History

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