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

Commit

Permalink
Change relative import paths to use alias
Browse files Browse the repository at this point in the history
  • Loading branch information
alexflorisca committed Nov 14, 2023
1 parent 1fc4b9d commit 861d561
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/checkout/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ export { default as ExperimentalOrderMeta } from './order-meta';
export { default as ExperimentalDiscountsMeta } from './discounts-meta';
export { default as ExperimentalOrderShippingPackages } from './order-shipping-packages';
export { default as ExperimentalOrderLocalPickupPackages } from './order-local-pickup-packages';
export { default as Panel } from '../../components/panel';
export { Panel } from '@woocommerce/blocks-components';
export { default as Button } from './button';
export { default as Label } from './label';
export { default as StoreNoticesContainer } from '../../components/store-notices-container';
export { StoreNoticesContainer } from '@woocommerce/blocks-components';
export { default as CheckboxControl } from './checkbox-control';
export {
default as ValidatedTextInput,
ValidatedTextInputHandle,
} from './text-input/validated-text-input';
export { default as TextInput } from './text-input/text-input';
export { default as ValidationInputError } from './validation-input-error';
export { default as StoreNotice } from '../../components/store-notice';
export { StoreNotice } from '@woocommerce/blocks-components';

0 comments on commit 861d561

Please sign in to comment.