Skip to content

Commit

Permalink
pnp#1025 -issue with missing PnPJS imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamdsheth committed Oct 2, 2021
1 parent f957409 commit a25fde1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/utilities/SPHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import '@pnp/sp/fields';
import { SPHttpClient } from '@microsoft/sp-http';
import { IFieldInfo } from '@pnp/sp/fields';
import '@pnp/sp/site-users/web';
import '@pnp/sp/webs';

declare var window: any;

Expand Down

0 comments on commit a25fde1

Please sign in to comment.