Skip to content

Commit 1b043eb

Browse files
Merge pull request #1030 from gautamdsheth/v2-dev
Fix #1025 - issue with missing imports
2 parents aa8379c + d263e8e commit 1b043eb

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)