Skip to content

Commit 6ae7445

Browse files
committed
chore: add schewpeed title for contest page
1 parent bb021bf commit 6ae7445

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { Metadata } from 'next';
2+
3+
export const metadata: Metadata = {
4+
title: 'Contest \\ Void',
5+
};
6+
7+
export default function HubLayout({ children }: { children: React.ReactNode }) {
8+
return children;
9+
}

0 commit comments

Comments
 (0)