Skip to content

Commit

Permalink
fix(exports): export pipelineElementFactory and BasePipelineNode
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-phillips-18 committed Apr 9, 2024
1 parent 78333dd commit 93368c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/module/src/pipelines/elements/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from './BasePipelineNode';
export * from './pipelineElementFactory';
1 change: 1 addition & 0 deletions packages/module/src/pipelines/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * from './components';
export * from './decorators';
export * from './elements';
export * from './layouts';
export * from './utils';
export * from './const';
Expand Down

0 comments on commit 93368c2

Please sign in to comment.