I am getting an unexpected token import on the following line in formatMoney.js ```JS import objectAssign from 'object-assign'; ``` My code: ```JS import formatMoney from 'accounting-js/lib/formatMoney.js' formatMoney(123123123) ```