Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
wobba committed Apr 11, 2024
1 parent 0e1369b commit 90ef613
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import styles from '../SearchBoxContainer.module.scss';
import { ISearchBoxAutoCompleteState } from './ISearchBoxAutoCompleteState';
import { ISearchBoxAutoCompleteProps } from './ISearchBoxAutoCompleteProps';
import { Spinner, SpinnerSize, FocusZone, FocusZoneDirection, SearchBox, IconButton, Label, Icon, IconType, ISearchBox } from '@fluentui/react';
import { ITheme } from '@fluentui/react/lib/Styling';
import { isEqual, debounce } from '@microsoft/sp-lodash-subset';
import { ISuggestion } from '@pnp/modern-search-extensibility';
import * as webPartStrings from 'SearchBoxWebPartStrings';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import { ISearchBoxContainerProps } from './ISearchBoxContainerProps';
import { QueryPathBehavior, UrlHelper, PageOpenBehavior } from '../../../helpers/UrlHelper';
import { MessageBar, MessageBarType, SearchBox, IconButton, ITheme, ISearchBox } from '@fluentui/react';
import { MessageBar, MessageBarType, SearchBox, IconButton, ISearchBox } from '@fluentui/react';
import { ISearchBoxContainerState } from './ISearchBoxContainerState';
import { isEqual } from '@microsoft/sp-lodash-subset';
import * as webPartStrings from 'SearchBoxWebPartStrings';
Expand Down

0 comments on commit 90ef613

Please sign in to comment.