export const throttle = require("lodash/throttle");
export const flow = require("lodash/flow");

const lodash = {
  throttle,
  flow,
};

export default lodash;
