//  →  /app.js

import { sum as xyz } from './utils'

console.log(xyz(2, 5))