export async function loader(){ return Response.json({ ok: true, msg: "price-stream-test" }); }