import add from './add' import count from './count' import '$css/index' console.log('index.js') console.log(add(1,2)) console.log(count(4,3))