Skip to content

Commit

Permalink
export default
Browse files Browse the repository at this point in the history
  • Loading branch information
madsrasmussen committed Oct 1, 2024
1 parent 53715cf commit 0984e51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/packages/core/entity-action/default/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './types.js';
1 change: 1 addition & 0 deletions src/packages/core/entity-action/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from './common/index.js';
export * from './default/index.js';
export * from './entity-action-base.js';
export * from './entity-action-list.element.js';
export * from './entity-action.event.js';
Expand Down

0 comments on commit 0984e51

Please sign in to comment.