Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr-Szperka committed Apr 10, 2020
1 parent 2d2723e commit 352a558
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/lib/consent-components/components/index.ts

This file was deleted.

6 changes: 5 additions & 1 deletion src/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
* Public API Surface of policies-consent-widget
*/

export * from "./lib/consent-components/components";
export { MarkdownToHtmlComponent } from "./lib/consent-components/components/markdown-to-html/markdown-to-html.component";
export { ConsentSwitchComponent } from "./lib/consent-components/components/consent-switch/consent-switch.component";
export { ConsentModalNavigationComponent } from "./lib/consent-components/components/consent-modal-navigation/consent-modal-navigation.component";
export { ConsentModalComponent } from "./lib/consent-components/components/consent-modal/consent-modal.component";
export { ConsentButtonComponent } from "./lib/consent-components/components/consent-button/consent-button.component";
export * from "./lib/consent-components/services";
export * from "./lib/consent-components/theme/theme.directive";
export * from "./lib/consent-components/theme/theme";
Expand Down

0 comments on commit 352a558

Please sign in to comment.