@fffd__ # page.tsx
import { NextRequest, NextResponse } from 'next/server';
# route.ts
import { useEffect } from 'react';
import { useSearchParams } from 'next/navigation';
# layout.tsx
import type { Metadata } from 'next';
these are the only imports