Skip to content

Commit

Permalink
adds exporting for withRequestParams
Browse files Browse the repository at this point in the history
  • Loading branch information
loureirov committed Oct 4, 2018
1 parent ddb14e4 commit 462a890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/sling-framework/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export { html } from './lib/lit-element.bundle.js';
export { SlingElement } from './framework/SlingElement.js';
export { SlingBusinessElement } from './framework/SlingBusinessElement.js';
export { withLoading } from './v1/src/business/withLoading.js';
export { withRequestParams } from './v1/src/business/withRequestParams.js';
1 change: 1 addition & 0 deletions packages/sling-framework/src/v1/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export { html } from '../../lib/lit-element.bundle.js';
export { SlingElement } from './basic/SlingElement.js';
export { SlingBusinessElement } from './business/SlingBusinessElement.js';
export { withLoading } from './business/withLoading.js';
export { withRequestParams } from './business/withRequestParams.js';

0 comments on commit 462a890

Please sign in to comment.