add privacy and credits
All checks were successful
deploy / deploy (push) Successful in 54s

This commit is contained in:
Lee
2023-10-27 17:15:57 +01:00
parent 1f189507ed
commit 5e3d8acbeb
5 changed files with 120 additions and 0 deletions

View File

@ -1,4 +1,9 @@
import GlobalRanking from "@/components/player/GlobalRanking";
import { Metadata } from "next";
export const metadata: Metadata = {
title: "Country Ranking",
};
type Props = {
params: { page: string; country: string };

View File

@ -1,4 +1,9 @@
import GlobalRanking from "@/components/player/GlobalRanking";
import { Metadata } from "next";
export const metadata: Metadata = {
title: "Global Ranking",
};
type Props = {
params: { page: string };