import WebsitePage from './WebsitePage'; import { Metadata } from 'next'; export default async function ({ params: { websiteId } }) { return ; } export const metadata: Metadata = { title: 'Website settings - Umami', };