//  →  /utils.js
export const add = (a, b) => a + b
export const square = (a) => a * a