| import { countRef } from '../make-query-client' | |
| export const GET = () => { | |
| return Response.json({ count: countRef.current }) | |
| } | |
| import { countRef } from '../make-query-client' | |
| export const GET = () => { | |
| return Response.json({ count: countRef.current }) | |
| } | |