Skip to content

Commit

Permalink
feat(core): Export StockMovementService
Browse files Browse the repository at this point in the history
Relates to #550
  • Loading branch information
michaelbromley committed Nov 9, 2020
1 parent 3b7e7db commit fe98c79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/service/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export * from './services/role.service';
export * from './services/search.service';
export * from './services/session.service';
export * from './services/shipping-method.service';
export * from './services/stock-movement.service';
export * from './services/tax-category.service';
export * from './services/tax-rate.service';
export * from './services/user.service';
Expand Down

0 comments on commit fe98c79

Please sign in to comment.