1 2 3 4 5 6 7 8
function hash() { return "XXX"; } import sub from 'sub/sub3.js'; import name from 'name.js'; export default {hash, name};