@sinco/react 1.0.14-rc.3 → 1.0.14-rc.4
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 +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -17782,7 +17782,7 @@ const ToastNotificationComponent = toast => {
|
|
|
17782
17782
|
const App = () => {
|
|
17783
17783
|
return /*#__PURE__*/React__default.createElement(React__default.StrictMode, null, /*#__PURE__*/React__default.createElement(ThemeProvider, {
|
|
17784
17784
|
theme: SincoTheme
|
|
17785
|
-
}, /*#__PURE__*/React__default.createElement(
|
|
17785
|
+
}, /*#__PURE__*/React__default.createElement(ToastNotificationComponent, null)));
|
|
17786
17786
|
};
|
|
17787
17787
|
|
|
17788
17788
|
var global$6 = global$l;
|