This commit is contained in:
@ -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 };
|
||||
|
@ -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 };
|
||||
|
Reference in New Issue
Block a user