fix: missing imports

This commit is contained in:
2026-06-19 04:07:00 -03:00
parent e11e2093b0
commit 40ae377498
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ import shared from '../../styles/shared.module.css';
import styles from '../../styles/Items.module.css';
import QuantityCard from '../../components/QuantityCard';
import { Offering, OfferingRole, getOfferingIconUrl } from './types';
import { randInRange } from '@/lib/utils';
type Props = {
offerings: Offering[];