import { registry } from './registry';
import { direct } from './direct';
import { delegate } from './delegate';

/* -----------------------------------
 *
 * Events
 *
 * -------------------------------- */

export { registry, direct, delegate };
