import { get } from "lodash"; export const path = (route, record) => { return get(record, route, undefined); };