fix: wrong import path

This commit is contained in:
2026-06-19 04:25:39 -03:00
parent 28ab28f942
commit e12b4f6cf5
+1 -1
View File
@@ -1,7 +1,7 @@
'use client'; 'use client';
import { randInRange } from '@/lib/utils';
import styles from '../styles/QuantityCard.module.css'; import styles from '../styles/QuantityCard.module.css';
import { randInRange } from '../app/items/types';
type Props = { type Props = {
id: string; id: string;