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