Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jan 7, 2025
1 parent 043f9a2 commit dd9d72d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { get, groupBy, sortBy } from 'lodash';

import { getAllBookmarks } from '@plone-collective/volto-bookmarks/actions';
import {
generateSearchQueryParamsString,
parseSearchBlockQuery,
translateSearch,
} from '@plone-collective/volto-bookmarks/helpers';
Expand Down
4 changes: 2 additions & 2 deletions packages/volto-bookmarks/src/components/MenuItem.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState } from 'react';
import { useDispatch, useSelector } from 'react-redux';
import { useDispatch } from 'react-redux';
import { Link } from 'react-router-dom';
import { FormattedMessage, defineMessages, injectIntl } from 'react-intl';
import { defineMessages, injectIntl } from 'react-intl';
import { Button } from 'semantic-ui-react';

import { flattenToAppURL } from '@plone/volto/helpers';
Expand Down

0 comments on commit dd9d72d

Please sign in to comment.