Skip to content

Commit

Permalink
Merge pull request #2 from Apaq/add-missing-export
Browse files Browse the repository at this point in the history
Added missing exports.
  • Loading branch information
michaelkrog authored Jun 6, 2023
2 parents 79bd98b + 3b71c5e commit 19525b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/repository/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export * from './crud-repository';
export * from './crud-repository';
export * from './observable-crud-repository';
export * from './crud-repository-event';

0 comments on commit 19525b4

Please sign in to comment.