fix: wrong import path
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user