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 55a2b3d + fa10934 commit 5af1e00
Show file tree
Hide file tree
Showing 33 changed files with 7 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion app/routes/($locale).account.address.$id.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
CREATE_ADDRESS_MUTATION,
DELETE_ADDRESS_MUTATION,
UPDATE_ADDRESS_MUTATION,
} from "~/graphql/customer-account/CustomerAddressMutations";
} from "~/graphql/customer-account/customer-address-mutations";
import { getInputStyleClasses } from "~/lib/utils";
import { Button } from "~/modules/button";
import { Text } from "~/modules/text";
Expand Down
2 changes: 1 addition & 1 deletion app/routes/($locale).account.edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type {
} from "@shopify/hydrogen/customer-account-api-types";
import { type ActionFunction, json, redirect } from "@shopify/remix-oxygen";
import invariant from "tiny-invariant";
import { CUSTOMER_UPDATE_MUTATION } from "~/graphql/customer-account/CustomerUpdateMutation";
import { CUSTOMER_UPDATE_MUTATION } from "~/graphql/customer-account/customer-update-mutation";
import { getInputStyleClasses } from "~/lib/utils";
import { Button } from "~/modules/button";
import { Text } from "~/modules/text";
Expand Down
2 changes: 1 addition & 1 deletion app/routes/($locale).account.orders.$id.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { type LoaderFunctionArgs, json, redirect } from "@shopify/remix-oxygen";
import clsx from "clsx";
import invariant from "tiny-invariant";
import type { OrderFragment } from "customer-accountapi.generated";
import { CUSTOMER_ORDER_QUERY } from "~/graphql/customer-account/CustomerOrderQuery";
import { CUSTOMER_ORDER_QUERY } from "~/graphql/customer-account/customer-order-query";
import { statusMessage } from "~/lib/utils";
import { Heading, PageHeader, Text } from "~/modules/text";
import { Link } from "~/components/link";
Expand Down
2 changes: 1 addition & 1 deletion app/routes/($locale).account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import type {
} from "customer-accountapi.generated";
import { Suspense } from "react";
import { CACHE_NONE, routeHeaders } from "~/data/cache";
import { CUSTOMER_DETAILS_QUERY } from "~/graphql/customer-account/CustomerDetailsQuery";
import { CUSTOMER_DETAILS_QUERY } from "~/graphql/customer-account/customer-details-query";
import { usePrefixPathWithLocale } from "~/lib/utils";
import { PageHeader, Text } from "~/modules/text";
import { Button } from "~/modules/button";
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@weaverse/pilot",
"private": true,
"sideEffects": false,
"version": "3.0.0",
"version": "3.0.1",
"type": "module",
"author": "Weaverse",
"scripts": {
Expand Down

0 comments on commit 5af1e00

Please sign in to comment.