This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { getTranslations } from "next-intl/server";
|
||||
import TeamDetailContent from "@/components/teams/team-detail-content";
|
||||
|
||||
export async function generateMetadata() {
|
||||
const t = await getTranslations();
|
||||
return {
|
||||
title: `${t("nav.teams")} | Suggest Bet`,
|
||||
};
|
||||
}
|
||||
|
||||
export default function TeamDetailPage() {
|
||||
return <TeamDetailContent />;
|
||||
}
|
||||
Reference in New Issue
Block a user