Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Apr 4, 2023
1 parent b208a2a commit cec90df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searchlib/components/Facets/SidebarFacetsList.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { Sidebar, Button, Icon } from 'semantic-ui-react';
import { Sidebar, Button } from 'semantic-ui-react';
import { useSearchContext, useOutsideClick } from '@eeacms/search/lib/hocs';
import FacetResolver from './FacetResolver';

Expand Down

0 comments on commit cec90df

Please sign in to comment.