Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
senadir committed Nov 12, 2022
1 parent 2883656 commit 333d76b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ const Block = ( {

const { __internalSetShouldCreateAccount } =
useDispatch( CHECKOUT_STORE_KEY );
const { billingAddress, setEmail, setBillingPhone, setShippingPhone } =
useCheckoutAddress();
const { billingAddress, setEmail, setBillingPhone } = useCheckoutAddress();
const { dispatchCheckoutEvent } = useStoreEvents();

const onChangeEmail = ( value: string ) => {
Expand Down

0 comments on commit 333d76b

Please sign in to comment.