import Payment from './components/Payment';
import Certification from './components/Certification';

export { IMPData } from './utils/Validation';
export { IMPConst } from './constants';

const IMP = {
  Payment,
  Certification,
};

export default IMP;
