index.js 106 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 import detail from './detail'; import search from './search'; export default { detail, search };