We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb021bf commit 6ae7445Copy full SHA for 6ae7445
1 file changed
src/app/contests/[contestid]/layout.tsx
@@ -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