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 bf1f084 commit 76a551dCopy full SHA for 76a551d
src/controls/listPicker/IListPicker.ts
@@ -1,7 +1,7 @@
1
import IWebPartContext from "@microsoft/sp-webpart-base/lib/core/IWebPartContext";
2
import { IDropdownOption } from "office-ui-fabric-react/lib/Dropdown";
3
4
-import { LibsOrderBy } from "../../../lib/services/ISPService";
+import { LibsOrderBy } from "../../services/ISPService";
5
6
export interface IListPickerProps {
7
/**
0 commit comments