Skip to content

Commit 8f7090f

Browse files
Update import in clothingItem.tsx
1 parent 3d9c32d commit 8f7090f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/cart/clothingItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Image from "next/image";
44
import styles from "styles/modules/Cart.module.scss";
55

66
import { Row, Col, Button } from "reactstrap";
7-
import { CartItemWithDetail } from "scripts/merch";
7+
import { CartItemWithDetail } from "data/types";
88

99
interface ClothingItemProps {
1010
item: CartItemWithDetail;

tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)