@public-ui/theme-ecl 4.0.0-alpha.6 → 4.0.0-alpha.8

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/README.md CHANGED
@@ -28,7 +28,7 @@ Register the theme like this:
28
28
 
29
29
  ```tsx
30
30
  import { register } from '@public-ui/components';
31
- import { defineCustomElements } from '@public-ui/components/dist/loader';
31
+ import { defineCustomElements } from '@public-ui/components/loader';
32
32
  import {
33
33
  ECL_EC, // or ECL_EU
34
34
  } from '@public-ui/theme-ecl';