fix: header style

This commit is contained in:
arraysid
2025-05-27 04:03:26 +07:00
parent dbaaddab2e
commit 0a4921f2ef
3 changed files with 55 additions and 68 deletions
@@ -0,0 +1,9 @@
import { Metadata } from 'next';
export const metadata: Metadata = {
title: 'IMPHNEN - Event',
};
export default function Page() {
return <></>;
}