Skip to content

Commit d263e8e

Browse files
committed
Fix #1025 - issue with missing imports
1 parent aa8379c commit d263e8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/utilities/SPHelper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import '@pnp/sp/fields';
99
import { SPHttpClient } from '@microsoft/sp-http';
1010
import { IFieldInfo } from '@pnp/sp/fields';
1111
import '@pnp/sp/site-users/web';
12+
import '@pnp/sp/webs';
1213

1314
declare var window: any;
1415

0 commit comments

Comments
 (0)