remove unused type from form

This commit is contained in:
MichaelDvP
2021-09-23 08:48:59 +02:00
parent b111869422
commit 4f927ee571

View File

@@ -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;