Skip to content

Commit

Permalink
Merge pull request #58 from its-dibo/fix-expose-helpers
Browse files Browse the repository at this point in the history
feat: expose helpers
  • Loading branch information
zaro committed Jun 18, 2024
2 parents 25ebc17 + 474d6b5 commit c1f7dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/crud/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './crud/crud-routes.factory';
export * from './crud';
export * from './decorators';
export * from './enums';
export * from './interfaces';
Expand Down

0 comments on commit c1f7dff

Please sign in to comment.