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