import plugin from './plugin';
import handleEffect from './utils/handleEffect';

export { plugin, handleEffect };

export default plugin;
