From af43716300ae26922e31b59b97ec422a351a35ef Mon Sep 17 00:00:00 2001 From: Shahzad Date: Thu, 30 Apr 2020 16:06:39 +0200 Subject: [PATCH] revert --- x-pack/plugins/uptime/common/constants/index.ts | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 x-pack/plugins/uptime/common/constants/index.ts diff --git a/x-pack/plugins/uptime/common/constants/index.ts b/x-pack/plugins/uptime/common/constants/index.ts deleted file mode 100644 index 00baa39044a55..0000000000000 --- a/x-pack/plugins/uptime/common/constants/index.ts +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the Elastic License; - * you may not use this file except in compliance with the Elastic License. - */ - -export { ACTION_GROUP_DEFINITIONS } from './alerts'; -export { CHART_FORMAT_LIMITS } from './chart_format_limits'; -export { CLIENT_DEFAULTS } from './client_defaults'; -export { CONTEXT_DEFAULTS } from './context_defaults'; -export * from './capabilities'; -export * from './settings_defaults'; -export { PLUGIN } from './plugin'; -export { QUERY } from './query'; -export * from './ui'; -export * from './rest_api';