import { NextResponse } from 'next/server' export function respond() { return NextResponse.next() }