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 f029768 commit e9c8692Copy full SHA for e9c8692
src/controls/fields/fieldPickerListData/index.ts
@@ -1,5 +1,5 @@
1
// A file is required to be in the root of the /src directory by the TypeScript compiler
2
export * from './IFieldPickerListDataProps';
3
export * from './IFieldPickerListDataState';
4
-export * from '../services/SPservice';
+export * from '../../../services/SPService';
5
export * from './FieldPickerListData';
0 commit comments