fix: restore WEIGHTING_KEYS import in WeightingEditor
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import { useState } from 'react'
|
import { useState } from 'react'
|
||||||
import { Box, Button, Card, Divider, Slider, Typography } from '@mui/material'
|
import { Box, Button, Card, Divider, Slider, Typography } from '@mui/material'
|
||||||
import { RotateCcw } from 'lucide-react'
|
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 type { WeightingKey } from '../../domain/needBuilder'
|
||||||
import { weightingService } from '../../services/weightingService'
|
import { weightingService } from '../../services/weightingService'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user