Skip to content

Commit

Permalink
GH-8835 Restore formatting in public_api.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophHi committed Sep 11, 2020
1 parent cb7bfd8 commit 6efdc8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/core/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ export * from './src/features-config/index';
export * from './src/global-message/index';
export * from './src/i18n/index';
export * from './src/kyma/index';
export { Cart } from './src/model/cart.model';
export * from './src/model/index';
export { Facet, ProductSearchPage } from './src/model/product-search.model';
/** AUGMENTABLE_TYPES_START */
export { Product } from './src/model/product.model';
export * from './src/occ/index';
export * from './src/personalization/index';
export * from './src/process/index';
Expand All @@ -33,4 +29,8 @@ export * from './src/user/index';
export * from './src/util/index';
export * from './src/window/index';

/** AUGMENTABLE_TYPES_START */
export { Cart } from './src/model/cart.model';
export { Facet, ProductSearchPage } from './src/model/product-search.model';
export { Product } from './src/model/product.model';
/** AUGMENTABLE_TYPES_END */

0 comments on commit 6efdc8d

Please sign in to comment.