export default function page() { return ( <div> <h1>Unset</h1> </div> ) } export const metadata = { metadataBase: null, }