export default async function UserUpdate({ params, }: { params: Promise<{ userId: string; }>; }) { const { userId } = await params; return (