@bigbinary/neeto-media-recorder 2.7.43 → 2.7.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -8,8 +8,8 @@ import PageLoader from '@bigbinary/neeto-molecules/PageLoader';
8
8
  import Alert from '@bigbinary/neetoui/Alert';
9
9
  import { Trans, useTranslation } from 'react-i18next';
10
10
  import axios from 'axios';
11
- import { Toastr } from '@bigbinary/neeto-atoms';
12
11
  import { copyToClipboard } from '@bigbinary/neeto-commons-frontend/utils/general';
12
+ import Toastr from '@bigbinary/neetoui/Toastr';
13
13
  import platform from 'platform';
14
14
  import { isNotNil, min } from 'ramda';
15
15
  import withT from '@bigbinary/neeto-commons-frontend/react-utils/withT';