3.js 83 B

12345
  1. import b from './modules/b'
  2. export default function three() {
  3. return '3' + b()
  4. }