export const objectIsEmpty = (obj) => { return !Object.keys(obj).length; };