Skip to content

Commit 4597920

Browse files
committed
remove unused imports
1 parent 6e5e080 commit 4597920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/SPTaxonomyService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { BaseComponentContext } from '@microsoft/sp-component-base';
22
import { Guid } from '@microsoft/sp-core-library';
3-
import { ISPCollection, ISPFXContext, SPCollection, SPFI, SPFx, spfi } from '@pnp/sp';
3+
import { ISPCollection, SPCollection, SPFI } from '@pnp/sp';
44
import '@pnp/sp/taxonomy';
55
import { JSONParse } from '@pnp/queryable';
66
import { ITermInfo, ITermSetInfo, ITermStoreInfo, ITerms } from '@pnp/sp/taxonomy';

0 commit comments

Comments
 (0)