package is crashing because of wrong import there is: `import hexToRgb from './hexToRgb'; ` instead of `import hexToRgb from './utils';`
package is crashing because of wrong import
there is:
import hexToRgb from './hexToRgb';instead of
import hexToRgb from './utils';