import { info, success, warn, error, clear, config } from './Notify';

export const Notify = {
  info,
  success,
  warn,
  error,
  clear,
  config,
};

export default Notify;
