We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0631b4b commit a9ac7daCopy full SHA for a9ac7da
.core/sdk/named-exports/index.js
@@ -1,3 +1,5 @@
1
+// Alias Plugins component to Zone, which is a better name.
2
+export { default as Zone } from 'reactium-core/components/Plugable/Plugins';
3
export { default as Plugins } from 'reactium-core/components/Plugable/Plugins';
4
export * from './redux';
5
export * from './component';
0 commit comments