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