Skip to content

Commit

Permalink
Merge pull request #1374 from Shopify/lsit/expose-phone-field
Browse files Browse the repository at this point in the history
Expose PhoneField to customer account surface
  • Loading branch information
lsit authored Sep 25, 2023
2 parents 7dbbe76 + 1078640 commit 852ac55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export {
List,
ListItem,
PaymentIcon,
PhoneField,
Pressable,
ProductThumbnail,
Select,
Expand Down Expand Up @@ -73,6 +74,7 @@ export type {
ListItemProps,
ModalProps,
PaymentIconProps,
PhoneFieldProps,
PopoverProps,
PressableProps,
ProductThumbnailProps,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export {
List,
ListItem,
PaymentIcon,
PhoneField,
Pressable,
ProductThumbnail,
Select,
Expand Down Expand Up @@ -76,6 +77,7 @@ export type {
ModalProps,
PopoverProps,
PaymentIconProps,
PhoneFieldProps,
PressableProps,
ProductThumbnailProps,
SelectProps,
Expand Down

0 comments on commit 852ac55

Please sign in to comment.