We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fd0e9 commit 9dfcb02Copy full SHA for 9dfcb02
src/controls/treeView/TreeView.tsx
@@ -1,8 +1,8 @@
1
+import * as React from 'react';
2
import { ThemeContext } from '@fluentui/react-theme-provider/lib/ThemeContext';
3
import { Theme } from '@fluentui/react-theme-provider/lib/types';
4
import { Json } from 'adaptive-expressions/lib/builtinFunctions';
5
import uniqBy from 'lodash/uniqBy';
-import * as React from 'react';
6
import * as telemetry from '../../common/telemetry';
7
import { getFluentUIThemeOrDefault } from '../../common/utilities/ThemeUtility';
8
import { ITreeItem } from './ITreeItem';
0 commit comments