Assets for building mc apps
npm install @commercetools-frontend/assetsThis package contains various assets that can be used in Merchant Center Custom Applications.
``bash`
$ npm install --save @commercetools-frontend/assets
The images folder contains SVG images to be imported and used as URLs.
`js
import React from 'react';
// Import requires a bundler to deal with SVG files
import HourglassIllustration from '@commercetools-frontend/assets/images/hourglass.svg';
const Component = () => (