mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
remove unused type from form
This commit is contained in:
@@ -15,7 +15,7 @@ import {
|
|||||||
} from '@material-ui/core';
|
} from '@material-ui/core';
|
||||||
|
|
||||||
import { FormButton } from '../components';
|
import { FormButton } from '../components';
|
||||||
import { DeviceValue, DeviceValueUOM, DeviceValueUOM_s } from './EMSESPtypes';
|
import { DeviceValue, DeviceValueUOM_s } from './EMSESPtypes';
|
||||||
|
|
||||||
interface ValueFormProps {
|
interface ValueFormProps {
|
||||||
devicevalue: DeviceValue;
|
devicevalue: DeviceValue;
|
||||||
|
|||||||
Reference in New Issue
Block a user