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 { Offering, OfferingRole, getOfferingIconUrl, randInRange } from './types';
import { Offering, OfferingRole, getOfferingIconUrl } from './types';
type Props = {
offerings: Offering[];