import { NextResponse } from 'next/server'; export const GET = () => NextResponse.json({ error: 'Not implemented' }, { status: 404 });