fix: missing imports
This commit is contained in:
@@ -5,6 +5,7 @@ import shared from '../../styles/shared.module.css';
|
|||||||
import styles from '../../styles/Items.module.css';
|
import styles from '../../styles/Items.module.css';
|
||||||
import QuantityCard from '../../components/QuantityCard';
|
import QuantityCard from '../../components/QuantityCard';
|
||||||
import { Item, ItemType, ITEM_TYPE_LABELS, getItemType, getItemIconUrl } from './types';
|
import { Item, ItemType, ITEM_TYPE_LABELS, getItemType, getItemIconUrl } from './types';
|
||||||
|
import { randInRange } from '@/lib/utils';
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
items: Item[];
|
items: Item[];
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ import shared from '../../styles/shared.module.css';
|
|||||||
import styles from '../../styles/Items.module.css';
|
import styles from '../../styles/Items.module.css';
|
||||||
import QuantityCard from '../../components/QuantityCard';
|
import QuantityCard from '../../components/QuantityCard';
|
||||||
import { Offering, OfferingRole, getOfferingIconUrl } from './types';
|
import { Offering, OfferingRole, getOfferingIconUrl } from './types';
|
||||||
|
import { randInRange } from '@/lib/utils';
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
offerings: Offering[];
|
offerings: Offering[];
|
||||||
|
|||||||
Reference in New Issue
Block a user