style: move randInRange to utils
This commit is contained in:
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user