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 5af1e00 + d9fe90d commit dccabfd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/routes/($locale).cart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ import {
} from "@shopify/remix-oxygen";
import type { CartApiQueryFragment } from "storefrontapi.generated";
import invariant from "tiny-invariant";

import { isLocalPath } from "~/lib/utils";
import { Cart } from "~/modules/Cart";
import { Cart } from "~/modules/cart";
import type { RootLoader } from "~/root";

export async function action({ request, context }: ActionFunctionArgs) {
Expand Down

0 comments on commit dccabfd

Please sign in to comment.