diff --git a/src/components/demand/WeightingEditor.tsx b/src/components/demand/WeightingEditor.tsx index 5cf1362..017178f 100644 --- a/src/components/demand/WeightingEditor.tsx +++ b/src/components/demand/WeightingEditor.tsx @@ -1,7 +1,7 @@ import { useState } from 'react' import { Box, Button, Card, Divider, Slider, Typography } from '@mui/material' import { RotateCcw } from 'lucide-react' -import { WEIGHTING_LABELS } from '../../domain/needBuilder' +import { WEIGHTING_KEYS, WEIGHTING_LABELS } from '../../domain/needBuilder' import type { WeightingKey } from '../../domain/needBuilder' import { weightingService } from '../../services/weightingService'