renamed types.ts

This commit is contained in:
proddy
2020-07-07 23:24:22 +02:00
parent 29f3d5bdd3
commit 6b9e5bba7d
6 changed files with 6 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ import {
mqttStatusHighlight,
} from "./EMSESPStatus";
import { EMSESPStatus } from "./types";
import { EMSESPStatus } from "./EMSESPtypes";
type EMSESPStatusFormProps = RestFormProps<EMSESPStatus> & WithTheme;