import { add } from './math';console.log(add(16, 26));