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

@@ -3,7 +3,7 @@ import React, { Component } from 'react';
import { restController, RestControllerProps, RestFormLoader, SectionContent } from '../components';
import { ENDPOINT_ROOT } from '../api';
import EMSESPDevicesForm from './EMSESPDevicesForm';
import { EMSESPDevices } from './types';
import { EMSESPDevices } from './EMSESPtypes';
export const EMSESP_DEVICES_ENDPOINT = ENDPOINT_ROOT + "emsespDevices";