Error: > Error in render: "TypeError: deepSort.array is not a function" My code: ```js import deepSort from 'deep-sort' // ... deepSort.array(allEls, 'offsetStart') ```