@weareconceptstudio/account 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,6 +4,6 @@ export { default as AddressWrap } from "./AddressWrap";
|
|
|
4
4
|
export { default as AddressForm } from "./AddressForm";
|
|
5
5
|
export { default as AddressItem } from "./AddressItem";
|
|
6
6
|
export { default as SelectAddress } from "./SelectAddress";
|
|
7
|
+
export { default as SelectAddressPopup } from "./SelectAddressPopup";
|
|
7
8
|
export { default as ShippingBillingInfo } from "./ShippingBillingInfo";
|
|
8
9
|
export { default as ShippingBillingForm } from "./ShippingBillingForm";
|
|
9
|
-
export { default as SelectShippingBillingPopup } from "./SelectAddressPopup";
|
|
@@ -4,7 +4,6 @@ export { default as AddressWrap } from './AddressWrap';
|
|
|
4
4
|
export { default as AddressForm } from './AddressForm';
|
|
5
5
|
export { default as AddressItem } from './AddressItem';
|
|
6
6
|
export { default as SelectAddress } from './SelectAddress';
|
|
7
|
+
export { default as SelectAddressPopup } from './SelectAddressPopup';
|
|
7
8
|
export { default as ShippingBillingInfo } from './ShippingBillingInfo';
|
|
8
9
|
export { default as ShippingBillingForm } from './ShippingBillingForm';
|
|
9
|
-
export { default as SelectShippingBilling } from './SelectShippingBilling';
|
|
10
|
-
export { default as SelectShippingBillingPopup } from './SelectAddressPopup';
|