diff --git a/interface/src/project/ValueForm.tsx b/interface/src/project/ValueForm.tsx index f3f35f1d2..9f5bbe91b 100644 --- a/interface/src/project/ValueForm.tsx +++ b/interface/src/project/ValueForm.tsx @@ -15,7 +15,7 @@ import { } from '@material-ui/core'; import { FormButton } from '../components'; -import { DeviceValue, DeviceValueUOM, DeviceValueUOM_s } from './EMSESPtypes'; +import { DeviceValue, DeviceValueUOM_s } from './EMSESPtypes'; interface ValueFormProps { devicevalue: DeviceValue;