From a898c6fbd10f05b9c3f3e52870dfc239c3e93ed4 Mon Sep 17 00:00:00 2001 From: Nathan Reese Date: Wed, 18 Dec 2024 13:26:24 -0700 Subject: [PATCH] delete inspectors re-import --- src/plugins/embeddable/public/lib/inspector.ts | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/plugins/embeddable/public/lib/inspector.ts diff --git a/src/plugins/embeddable/public/lib/inspector.ts b/src/plugins/embeddable/public/lib/inspector.ts deleted file mode 100644 index d90af7c751d81..0000000000000 --- a/src/plugins/embeddable/public/lib/inspector.ts +++ /dev/null @@ -1,10 +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", the "GNU Affero General Public License v3.0 only", and the "Server Side - * Public License v 1"; you may not use this file except in compliance with, at - * your election, the "Elastic License 2.0", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export * from '@kbn/inspector-plugin/public';