Skip to content

Commit

Permalink
Merge branch 'Weaverse:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
hta218 authored Aug 19, 2024
2 parents dccabfd + cdcc967 commit c351bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modules/account-address-book.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Form } from "@remix-run/react";
import type { CustomerAddress } from "@shopify/hydrogen/customer-account-api-types";
import type { CustomerDetailsFragment } from "customer-accountapi.generated";
import { Link } from "~/components/link";
import { Button } from "~/modules/Button";
import { Button } from "~/modules/button";
import { Text } from "~/modules/text";

export function AccountAddressBook({
Expand Down

0 comments on commit c351bac

Please sign in to comment.