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 cbfcbd2 commit 6e619e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/FeedbackForm/FeedbackForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useIntl, defineMessages } from 'react-intl';
import cx from 'classnames';
import { PropTypes } from 'prop-types';

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

import {
Container,
Expand Down
2 changes: 1 addition & 1 deletion src/components/FeedbackForm/Steps/AnswersStep.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState, useEffect, useMemo } from 'react';
import cx from 'classnames';
import { defineMessages } from 'react-intl';
import { usePrevious } from '@plone/volto/helpers';
import { usePrevious } from '@plone/volto/helpers/Utils/usePrevious';
import { Form, FormGroup, Label, Card } from 'design-react-kit';

import {
Expand Down

0 comments on commit 6e619e1

Please sign in to comment.