Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Move StoreNoticesContainer to @woocommerce/blocks-checkout package and add tests #7558

Merged
merged 13 commits into from
Nov 17, 2022
Prev Previous commit
Next Next commit
Export StoreNoticesContainer from checkout package
  • Loading branch information
opr committed Nov 17, 2022
commit 38f99905a9fcfb624b26acf6f9382c3ba068f6bd
1 change: 1 addition & 0 deletions packages/checkout/components/index.js
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@ export { default as ExperimentalOrderShippingPackages } from './order-shipping-p
export { default as Panel } from './panel';
export { default as Button } from './button';
export { default as Label } from './label';
export { default as StoreNoticesContainer } from './store-notices-container';
export { default as CheckboxControl } from './checkbox-control';
export { default as ValidatedTextInput } from './text-input/validated-text-input';
export { default as TextInput } from './text-input/text-input';