Files
imphnen-frontend-service/apps/landing/src/app/(public)/events/page.tsx
T
2025-05-27 04:03:26 +07:00

10 lines
153 B
TypeScript

import { Metadata } from 'next';
export const metadata: Metadata = {
title: 'IMPHNEN - Event',
};
export default function Page() {
return <></>;
}