import type { Metadata } from 'next'; import { LinksPage } from './LinksPage'; export default function () { return ; } export const metadata: Metadata = { title: 'Links', };