File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,17 @@ import * as React from 'react';
22
33import findIndex from 'lodash/findIndex' ;
44import orderBy from 'lodash/orderBy' ;
5- import { Dropdown , IDropdownOption } from '@fluentui/react/lib/Dropdown' ;
6- import { SearchBox } from '@fluentui/react/lib/SearchBox' ;
7- import { Spinner , SpinnerSize } from '@fluentui/react/lib/Spinner' ;
8- import { mergeStyleSets } from '@fluentui/react/lib/Styling' ;
95import {
10- ISelectableOption ,
6+ Dropdown ,
7+ type IDropdownOption ,
8+ SearchBox ,
9+ Spinner ,
10+ SpinnerSize ,
11+ mergeStyleSets ,
12+ type ISelectableOption ,
1113 SelectableOptionMenuItemType ,
12- } from '@fluentui/react/lib/utilities/selectableOption/SelectableOption.types' ;
14+ Icon
15+ } from '@fluentui/react' ;
1316
1417import { Async } from '@uifabric/utilities/lib/Async' ;
1518
@@ -21,7 +24,6 @@ import {
2124 getHubSites ,
2225} from '../../services/SPSitesService' ;
2326import { ISite , ISitePickerProps } from './ISitePicker' ;
24- import { Icon } from '@fluentui/react' ;
2527
2628const styles = mergeStyleSets ( {
2729 loadingSpinnerContainer : {
You can’t perform that action at this time.
0 commit comments