Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
coderatomy committed Nov 12, 2023
1 parent 9ee8cc5 commit 2c52948
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import clsx from 'clsx';
import PropTypes from 'prop-types';
import { Link } from 'react-router-dom';
import { connect } from 'react-redux';
Expand All @@ -13,7 +12,6 @@ import {
Grid,
Box,
ButtonGroup,
Button,
Typography,
Container,
Card,
Expand Down Expand Up @@ -191,7 +189,6 @@ function SearchResults(props) {
className={classes.pageHeaderStyle}
variant="h3"
gutterBottom
style={{ height: '40px'}}
>
{`${t('searchResults.resultsFound')} "${getQueryParams(window.location.href).get('q')}"`}
</Typography>
Expand Down

0 comments on commit 2c52948

Please sign in to comment.