From 849e2b6397528f0255fe5a0672060788f42cab1f Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Thu, 6 Apr 2023 16:10:41 +0300 Subject: [PATCH] Add index.ts for exporting list and details Signed-off-by: Alex Andreev --- .../+config-mutating-webhook-configurations/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 packages/core/src/renderer/components/+config-mutating-webhook-configurations/index.ts diff --git a/packages/core/src/renderer/components/+config-mutating-webhook-configurations/index.ts b/packages/core/src/renderer/components/+config-mutating-webhook-configurations/index.ts new file mode 100644 index 0000000000..e80e35d4b5 --- /dev/null +++ b/packages/core/src/renderer/components/+config-mutating-webhook-configurations/index.ts @@ -0,0 +1,6 @@ +/** + * Copyright (c) OpenLens Authors. All rights reserved. + * Licensed under MIT License. See LICENSE in root directory for more information. + */ +export * from "./mutating-webhook-configurations"; +export * from "./mutating-webhook-configurations-details";