Browse Source

feat(core): Export HistoryService

Lukas Chladek 5 years ago
parent
commit
8688c35b84
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/core/src/service/index.ts

+ 1 - 0
packages/core/src/service/index.ts

@@ -35,4 +35,5 @@ export * from './services/tax-category.service';
 export * from './services/tax-rate.service';
 export * from './services/user.service';
 export * from './services/zone.service';
+export * from './services/history.service';
 export * from './transaction/transactional-connection';