style: move randInRange to utils

This commit is contained in:
2026-06-19 04:05:38 -03:00
parent 4c76abc274
commit e11e2093b0
4 changed files with 19 additions and 21 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { useState, useMemo } from 'react';
import shared from '../../styles/shared.module.css';
import styles from '../../styles/Items.module.css';
import QuantityCard from '../../components/QuantityCard';
import { Item, ItemType, ITEM_TYPE_LABELS, getItemType, getItemIconUrl, randInRange } from './types';
import { Item, ItemType, ITEM_TYPE_LABELS, getItemType, getItemIconUrl } from './types';
type Props = {
items: Item[];