Skip to content

Commit

Permalink
UIQM-652 fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanDenis committed Oct 15, 2024
1 parent 3f7eb5a commit 8c51dab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/QuickMarcEditor/QuickMarcEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ import React, {
useEffect,
useContext,
} from 'react';
import {
useHistory,
useLocation,
} from 'react-router';
import { useLocation } from 'react-router';
import { FormSpy } from 'react-final-form';
import PropTypes from 'prop-types';
import { FormattedMessage, useIntl } from 'react-intl';
Expand Down

0 comments on commit 8c51dab

Please sign in to comment.