Skip to content

Commit

Permalink
Remove unused module import
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyzhen committed Sep 26, 2024
1 parent 84be9c9 commit 3cf5ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Search/featureLinks.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import PropTypes from 'prop-types';
import { Link, useHistory} from 'react-router-dom';
import { useHistory } from 'react-router-dom';
import dayjs from 'dayjs';

/**
Expand Down

0 comments on commit 3cf5ed0

Please sign in to comment.