export default function DosingPanel({ data }: { data: Record }) { return (

Precision Dosing

{JSON.stringify(data, null, 2)}
); }