Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 043f54f

Browse files
Merge pull request Weaverse#19 from Weaverse/dev
Fix bug deploy
2 parents 291291b + 6246d73 commit 043f54f

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

app/components/layout/cart-drawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Await, useRouteLoaderData } from "react-router";
77
import { Cart } from "~/components/cart/cart";
88
import Link from "~/components/link";
99
import type { RootLoader } from "~/root";
10-
import { AnimatedDrawer } from "../Animate-Drawer";
10+
import { AnimatedDrawer } from "../animate-drawer";
1111

1212
export let toggleCartDrawer = (_open: boolean) => {};
1313

app/components/layout/predictive-search/search-desktop/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { type MutableRefObject, useEffect, useRef, useState } from "react";
77
import { useLocation, useNavigate } from "react-router";
88
import Link from "~/components/link";
99
import { usePredictiveSearch } from "~/hooks/use-predictive-search";
10-
import { cn } from "~/utils/cn";
1110
import { PredictiveSearchForm } from "../search-form";
1211
import { PopularSearch } from "./PopularSearch";
1312
import { PredictiveSearchResult } from "./predictive-search-result";

app/components/layout/predictive-search/search-mobile/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { type MutableRefObject, useEffect, useState } from "react";
77
import { useLocation } from "react-router";
88
import Link from "~/components/link";
99
import { usePredictiveSearch } from "~/hooks/use-predictive-search";
10-
import { cn } from "~/utils/cn";
1110
import { PredictiveSearchForm } from "../search-form";
1211
import { PopularSearch } from "./PopularSearch";
1312
import { PredictiveSearchResult } from "./predictive-search-result";

app/sections/collection-filters/tools-bar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as Dialog from "@radix-ui/react-dialog";
33
import { useState } from "react";
44
import { useLoaderData } from "react-router";
55
import type { CollectionQuery } from "storefront-api.generated";
6-
import { AnimatedDrawer } from "~/components/Animate-Drawer";
6+
import { AnimatedDrawer } from "~/components/animate-drawer";
77
import { Button } from "~/components/button";
88
import { ScrollArea } from "~/components/scroll-area";
99
import { cn } from "~/utils/cn";

0 commit comments

Comments
 (0)