Skip to content

Commit

Permalink
Merge pull request #170 from jeff-phillips-18/pipeline-exports
Browse files Browse the repository at this point in the history
fix(exports): export pipelineElementFactory and BasePipelineNode
  • Loading branch information
jeff-phillips-18 authored Apr 10, 2024
2 parents 78333dd + 93368c2 commit d2ac119
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 d2ac119

Please sign in to comment.