import email from './email'
import emitter from './emitter'

export default {
  email,
  emitter,
}
