diff --git a/components/QuantityCard.tsx b/components/QuantityCard.tsx index ed4f263..945bc83 100644 --- a/components/QuantityCard.tsx +++ b/components/QuantityCard.tsx @@ -1,7 +1,7 @@ 'use client'; +import { randInRange } from '@/lib/utils'; import styles from '../styles/QuantityCard.module.css'; -import { randInRange } from '../app/items/types'; type Props = { id: string;