// @ts-nocheck export default function Page() { return

hello world

; } export const runtime = 'nodejs';