import { Metadata } from 'next'; import WebsitesPage from './WebsitesPage'; export default function ({ params: { teamId } }: { params: { teamId: string } }) { return ; } export const metadata: Metadata = { title: 'Websites', };