From f145cb2fd0ef81682b6affcc806d644892ff1c07 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Tue, 3 Jan 2023 11:23:06 -0500 Subject: [PATCH] Fix lint in catalog/index.ts Signed-off-by: Sebastian Malton --- src/main/catalog/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/catalog/index.ts b/src/main/catalog/index.ts index 306d26317d..9142b2b824 100644 --- a/src/main/catalog/index.ts +++ b/src/main/catalog/index.ts @@ -3,5 +3,4 @@ * Licensed under MIT License. See LICENSE in root directory for more information. */ -export * from "./catalog-entity-registry"; export * from "./entity-registry";