Skip to content

Commit

Permalink
fix(products.module): add mising id
Browse files Browse the repository at this point in the history
  • Loading branch information
aneurysmjs committed Feb 2, 2020
1 parent c7a4b88 commit 16f8298
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/store/modules/products/products.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ import * as actions from './actions';
import * as reducers from './reducers';
import * as selectors from './selectors';

export { reducers, actions, selectors };
const id = 'products';
export { id, reducers, actions, selectors };

0 comments on commit 16f8298

Please sign in to comment.