index.js 66 B

12345
  1. const search = require('./search')
  2. module.exports={
  3. ...search
  4. }