@sinco/react 1.0.2-rc.20 → 1.0.2-rc.21

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.2-rc.20",
3
+ "version": "1.0.2-rc.21",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import './toastNotification.css';
2
+ import '../styles/toastNotification.css';
3
3
  import { Toast } from './interfaces';
4
4
  declare const ToastNotification: (toast: Toast) => JSX.Element;
5
5
  export default ToastNotification;