import UserPage from './UserPage'; import { Metadata } from 'next'; export default function ({ params: { userId } }) { return ; } export const metadata: Metadata = { title: 'User Settings', };