@dotcms/react 0.0.1-beta.24 → 0.0.1-beta.26

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
@@ -201,7 +201,7 @@ A custom hook that handles the communication with the Universal View Editor (UVE
201
201
  import { useEffect, useState } from 'react';
202
202
 
203
203
  import { getUVEState, sendMessageToEditor, createUVESubscription} from '@dotcms/uve';
204
- import { DotCMSUVEAction, UVEEventType} from '@dotcms/uve/types';
204
+ import { DotCMSUVEAction, UVEEventType} from '@dotcms/types';
205
205
 
206
206
  export const usePageAsset = (currentPageAsset) => {
207
207
  const [pageAsset, setPageAsset] = useState(null);