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';
2
2
3
3
import findIndex from 'lodash/findIndex' ;
4
4
import 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' ;
9
5
import {
10
- ISelectableOption ,
6
+ Dropdown ,
7
+ type IDropdownOption ,
8
+ SearchBox ,
9
+ Spinner ,
10
+ SpinnerSize ,
11
+ mergeStyleSets ,
12
+ type ISelectableOption ,
11
13
SelectableOptionMenuItemType ,
12
- } from '@fluentui/react/lib/utilities/selectableOption/SelectableOption.types' ;
14
+ Icon
15
+ } from '@fluentui/react' ;
13
16
14
17
import { Async } from '@uifabric/utilities/lib/Async' ;
15
18
@@ -21,7 +24,6 @@ import {
21
24
getHubSites ,
22
25
} from '../../services/SPSitesService' ;
23
26
import { ISite , ISitePickerProps } from './ISitePicker' ;
24
- import { Icon } from '@fluentui/react' ;
25
27
26
28
const styles = mergeStyleSets ( {
27
29
loadingSpinnerContainer : {
You can’t perform that action at this time.
0 commit comments