index.js 102 B

12345678
  1. /**
  2. * 带业务逻辑的组件
  3. */
  4. import PatInfo from './PatInfo'
  5. module.exports = {
  6. PatInfo
  7. };