import WebsiteRealtimePage from './WebsiteRealtimePage'; import { Metadata } from 'next'; export default function ({ params: { websiteId } }) { return ; } export const metadata: Metadata = { title: 'Real-time', };