Skip to content

Commit 6c17a0a

Browse files
committed
Update import statement
1 parent 7049bb4 commit 6c17a0a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/controls/listView/IListView.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
import {
2-
SelectionMode, IColumn,
3-
IDetailsRowProps, IGroup
4-
} from 'office-ui-fabric-react';
1+
import { IColumn, IGroup, SelectionMode, IDetailsRowProps } from 'office-ui-fabric-react/lib/components/DetailsList';
52

63
export { SelectionMode };
74

0 commit comments

Comments
 (0)