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

@@ -23,7 +23,7 @@ import {
FormButton,
} from "../components";
import { EMSESPDevices, Device } from "./types";
import { EMSESPDevices, Device } from "./EMSESPtypes";
import { ENDPOINT_ROOT } from '../api';
export const SCANDEVICES_ENDPOINT = ENDPOINT_ROOT + "scanDevices";