const commonConstants = {
  pagination: {
    defaultLimit: 100,
  },
};

export default commonConstants;
