From 82149886b95c57f19a01a52dec0d0364c566ad64 Mon Sep 17 00:00:00 2001 From: Steph Milovic Date: Thu, 28 Sep 2023 08:30:24 -0600 Subject: [PATCH] one more revert --- .../home/index_list/detail_panel/show_json/index.js | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 x-pack/plugins/index_management/public/application/sections/home/index_list/detail_panel/show_json/index.js diff --git a/x-pack/plugins/index_management/public/application/sections/home/index_list/detail_panel/show_json/index.js b/x-pack/plugins/index_management/public/application/sections/home/index_list/detail_panel/show_json/index.js deleted file mode 100644 index 86fe8d41bda63..0000000000000 --- a/x-pack/plugins/index_management/public/application/sections/home/index_list/detail_panel/show_json/index.js +++ /dev/null @@ -1,8 +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 - * 2.0; you may not use this file except in compliance with the Elastic License - * 2.0. - */ - -export { ShowJson } from './show_json.container';