Skip to content

Commit

Permalink
Fix Image import
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleybl committed Feb 7, 2025
1 parent a7110c7 commit ab08be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/volto-slate/src/editor/plugins/Image/render.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { useSelected, useFocused } from 'slate-react';
import { Image } from '@plone/volto/components/theme/Image/Image';
import Image from '@plone/volto/components/theme/Image/Image';

export const ImageElement = (props) => {
const { attributes, children, element } = props;
Expand Down

0 comments on commit ab08be2

Please sign in to comment.