import createDeal from './create-deal'; import createNote from './create-note'; export default [createDeal, createNote];