Skip to content

Commit

Permalink
chore: removed imports from volto barrel files
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Dec 24, 2024
1 parent 51e6acf commit 4569ddf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Block/Edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import React from 'react';
import PropTypes from 'prop-types';
import { FormattedMessage } from 'react-intl';
import RssBody from './RssBody';
import { SidebarPortal } from '@plone/volto/components';
import SidebarPortal from '@plone/volto/components/manage/Sidebar/SidebarPortal';
import RssSidebar from './RssSidebar';

import { getBaseUrl } from '@plone/volto/helpers';
import { getBaseUrl } from '@plone/volto/helpers/Url/Url';

const Edit = ({
data,
Expand Down
3 changes: 2 additions & 1 deletion src/Block/RssSidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import React, { useEffect, useState } from 'react';
import PropTypes from 'prop-types';
import { Segment, Accordion, Button } from 'semantic-ui-react';
import { defineMessages, useIntl } from 'react-intl';
import { TextWidget, Icon } from '@plone/volto/components';
import { TextWidget } from '@plone/volto/components/manage/Widgets';
import Icon from '@plone/volto/components/theme/Icon/Icon';
import NumberWidget from '@plone/volto/components/manage/Widgets/NumberWidget';
import UrlWidget from '@plone/volto/components/manage/Widgets/UrlWidget';
import upSVG from '@plone/volto/icons/up-key.svg';
Expand Down

0 comments on commit 4569ddf

Please sign in to comment.