Skip to content

Commit

Permalink
Update import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
milanholemans committed Apr 28, 2022
1 parent 7049bb4 commit 6c17a0a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/controls/listView/IListView.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import {
SelectionMode, IColumn,
IDetailsRowProps, IGroup
} from 'office-ui-fabric-react';
import { IColumn, IGroup, SelectionMode, IDetailsRowProps } from 'office-ui-fabric-react/lib/components/DetailsList';

export { SelectionMode };

Expand Down

0 comments on commit 6c17a0a

Please sign in to comment.