From e18b81bf8333ffb1eaf8b90f5fc66d3bb90a5f66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Kopycin=CC=81ski?= Date: Wed, 20 Nov 2019 18:09:40 +0100 Subject: [PATCH] cleanup --- .../plugins/upgrade_assistant/public/app.tsx | 32 ------------------- 1 file changed, 32 deletions(-) delete mode 100644 x-pack/legacy/plugins/upgrade_assistant/public/app.tsx diff --git a/x-pack/legacy/plugins/upgrade_assistant/public/app.tsx b/x-pack/legacy/plugins/upgrade_assistant/public/app.tsx deleted file mode 100644 index b8ba85f0257a2..0000000000000 --- a/x-pack/legacy/plugins/upgrade_assistant/public/app.tsx +++ /dev/null @@ -1,32 +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. - */ - -import React from 'react'; - -import { EuiPageHeader, EuiPageHeaderSection, EuiTitle } from '@elastic/eui'; -import { FormattedMessage } from '@kbn/i18n/react'; - -import { NEXT_MAJOR_VERSION } from '../common/version'; -import { UpgradeAssistantTabs } from './components/tabs'; - -export const RootComponent: React.FunctionComponent = () => ( -
- - - -

- -

-
-
-
- -
-);