Skip to content

Commit 7631947

Browse files
lipalath-msdanielluo-msft
authored andcommitted
remove unused imports
1 parent 35ffdd1 commit 7631947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UI/web-app/src/components/HRQuerySource/HRQuerySource.base.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
import React, { useCallback, useEffect, useRef, useState } from 'react';
5-
import { classNamesFunction, Stack, type IProcessedStyleSet, IStackTokens, Label, IconButton, TooltipHost, ChoiceGroup, IChoiceGroupOption, SpinButton, NormalPeoplePicker, DirectionalHint, IDropdownOption, ActionButton, DetailsList, DetailsListLayoutMode, Dropdown, Selection, IColumn, ComboBox, IComboBoxOption, IComboBox, IDragDropEvents, mergeStyles } from '@fluentui/react';
4+
import React, { useEffect, useRef, useState } from 'react';
5+
import { classNamesFunction, Stack, type IProcessedStyleSet, IStackTokens, Label, IconButton, TooltipHost, ChoiceGroup, IChoiceGroupOption, SpinButton, NormalPeoplePicker, DirectionalHint, IDropdownOption, ActionButton, DetailsList, DetailsListLayoutMode, Dropdown, Selection, IColumn, ComboBox, IComboBoxOption, IComboBox, IDragDropEvents } from '@fluentui/react';
66
import { useTheme } from '@fluentui/react/lib/Theme';
77
import { TextField } from '@fluentui/react/lib/TextField';
88
import { IPersonaProps } from '@fluentui/react/lib/Persona';

0 commit comments

Comments
 (0)