Skip to content

Commit

Permalink
fix dev
Browse files Browse the repository at this point in the history
  • Loading branch information
AJIXuMuK committed Aug 13, 2024
1 parent 9628bff commit b889753
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src/controls/sitePicker/SitePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@ import * as React from 'react';

import findIndex from 'lodash/findIndex';
import orderBy from 'lodash/orderBy';
import { Dropdown, IDropdownOption } from '@fluentui/react/lib/Dropdown';
import { SearchBox } from '@fluentui/react/lib/SearchBox';
import { Spinner, SpinnerSize } from '@fluentui/react/lib/Spinner';
import { mergeStyleSets } from '@fluentui/react/lib/Styling';
import {
ISelectableOption,
Dropdown,
type IDropdownOption,
SearchBox,
Spinner,
SpinnerSize,
mergeStyleSets,
type ISelectableOption,
SelectableOptionMenuItemType,
} from '@fluentui/react/lib/utilities/selectableOption/SelectableOption.types';
Icon
} from '@fluentui/react';

import { Async } from '@uifabric/utilities/lib/Async';

Expand All @@ -21,7 +24,6 @@ import {
getHubSites,
} from '../../services/SPSitesService';
import { ISite, ISitePickerProps } from './ISitePicker';
import { Icon } from '@fluentui/react';

const styles = mergeStyleSets({
loadingSpinnerContainer: {
Expand Down

0 comments on commit b889753

Please sign in to comment.