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";