From b2092b738b176daff0ca7b9ac3ced26cc51b025a Mon Sep 17 00:00:00 2001 From: Amndeep Singh Mann Date: Mon, 8 Jan 2024 18:49:21 -0500 Subject: [PATCH] don't re-export from the top level Signed-off-by: Amndeep Singh Mann --- libs/common/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/common/index.ts b/libs/common/index.ts index 9578609827..e69de29bb2 100644 --- a/libs/common/index.ts +++ b/libs/common/index.ts @@ -1 +0,0 @@ -export * from './interfaces';