From 4f927ee571a43570ce80c9659516eabd03cf8ae9 Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Thu, 23 Sep 2021 08:48:59 +0200 Subject: [PATCH] remove unused type from form --- interface/src/project/ValueForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;