index.js 72 B

12345
  1. import a1 from './a1'
  2. import a2 from './a2'
  3. a1.sayHello()
  4. a2.sayHello()