@processandtools/rp-article-designer 1.0.6 → 1.0.7

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/dist/index.d.ts CHANGED
@@ -8,7 +8,7 @@
8
8
  * ArticleDesigner - Main component with all providers included
9
9
  * This is the recommended entry point
10
10
  */
11
- export { default as ArticleDesigner } from './components/ui/ArticleDesigner';
11
+ export { default as ArticleDesigner } from './components/article_designer/ArticleDesigner.tsx';
12
12
  /**
13
13
  * Designer - Core designer component without providers
14
14
  */