Skip to content

Commit

Permalink
feat: expose helpers
Browse files Browse the repository at this point in the history
- fixes #56
  • Loading branch information
its-dibo committed Jun 13, 2024
1 parent 79fd2fd commit 474d6b5
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 474d6b5

Please sign in to comment.