Skip to content

Commit 34026ad

Browse files
committed
#293 - Fix for exporting the term action class
1 parent 58e67a7 commit 34026ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/controls/taxonomyPicker/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export * from './ITaxonomyPicker';
22
export * from './TaxonomyPicker';
33
export * from './ITermPicker';
4-
export * from "./termActions/ITermsActions";
5-
export * from './termActions/TermActionsControl';
4+
export * from "./termActions/index";

0 commit comments

Comments
 (0)