Skip to content

Commit 9dfcb02

Browse files
authored
Update TreeView.tsx
1 parent e5fd0e9 commit 9dfcb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controls/treeView/TreeView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import * as React from 'react';
12
import { ThemeContext } from '@fluentui/react-theme-provider/lib/ThemeContext';
23
import { Theme } from '@fluentui/react-theme-provider/lib/types';
34
import { Json } from 'adaptive-expressions/lib/builtinFunctions';
45
import uniqBy from 'lodash/uniqBy';
5-
import * as React from 'react';
66
import * as telemetry from '../../common/telemetry';
77
import { getFluentUIThemeOrDefault } from '../../common/utilities/ThemeUtility';
88
import { ITreeItem } from './ITreeItem';

0 commit comments

Comments
 (0)