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

@@ -10,7 +10,7 @@ import { restController, RestControllerProps, RestFormLoader, RestFormProps, For
import { isIP, isHostname, or } from '../validators';
import { EMSESPSettings } from './types';
import { EMSESPSettings } from './EMSESPtypes';
export const EMSESP_SETTINGS_ENDPOINT = ENDPOINT_ROOT + "emsespSettings";