File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
customized-bundle-template/web/components
wishlist-template/extensions/wishlists/src/components Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import { useNavigate } from "react-router-dom";
21
21
import { ShopContext } from "../providers" ;
22
22
import type { ShopContextType } from "../providers/ShopProvider" ;
23
23
import type { Tone } from "@shopify/polaris/build/ts/src/components/Badge" ;
24
- import { JSONValue } from "@gadget-client/customized-bundle-template" ;
24
+ import type { JSONValue } from "@gadget-client/customized-bundle-template" ;
25
25
26
26
type Status = "active" | "archived" | "draft" ;
27
27
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import { ShopContext } from "../providers";
21
21
import { useAppBridge } from "@shopify/app-bridge-react" ;
22
22
import ProductCard from "./ProductCard" ;
23
23
import type { ShopContextType } from "../providers/ShopProvider" ;
24
- import { JSONValue } from "@gadget-client/customized-bundle-template" ;
24
+ import type { JSONValue } from "@gadget-client/customized-bundle-template" ;
25
25
26
26
export type Variant = {
27
27
availableForSale ?: boolean ;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import { api } from "../api";
15
15
import { useAction } from "@gadgetinc/react" ;
16
16
import { useCallback , useContext } from "react" ;
17
17
import { ShopContext } from "../providers" ;
18
- import {
18
+ import type {
19
19
JSONValue ,
20
20
ShopifyProductStatusEnum ,
21
21
} from "@gadget-client/wishlist-template" ;
You can’t perform that action at this time.
0 commit comments