import createRecord from './create-record/index.js'; import findRecord from './find-record/index.js'; export default [createRecord, findRecord];