import { trpc } from "../trpc"; export function useListDrugInfo() { return trpc.drugInfo.list.useQuery(); }