import Share from './Share'; import { Metadata } from 'next'; export default function ({ params: { id } }) { return ; } export const metadata: Metadata = { title: 'umami', };