Skip to content

Commit

Permalink
Fix imports for non barrel paths in RelatedItems.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david authored Dec 10, 2024
1 parent d56dd95 commit 8504326
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* @module components/theme/RelatedItems/RelatedItems
*/

import { UniversalLink } from '@plone/volto/components';
import UniversalLink from '@plone/volto/components/manage/UniversalLink/UniversalLink';
import { defineMessages, injectIntl } from 'react-intl';
import PropTypes from 'prop-types';
import { Container } from 'semantic-ui-react';
import config from '@plone/registry';
import config from '@plone/volto/registry';;

Check failure on line 10 in packages/volto/src/components/theme/RelatedItems/RelatedItems.jsx

View workflow job for this annotation

GitHub Actions / ESlint

Delete `;`

const messages = defineMessages({
relatedItems: {
Expand Down

0 comments on commit 8504326

Please sign in to comment.