fix: restore WEIGHTING_KEYS import in WeightingEditor

This commit is contained in:
Benjamin Sutter
2026-05-22 10:16:36 +02:00
parent 0de48a14d7
commit 030d861ed5
+1 -1
View File
@@ -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'