From 1b93f84d4e21d9140a86285c331586e5f6a7b3e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Thu, 8 Feb 2024 00:06:27 +0100 Subject: [PATCH] Cleanup --- src/util/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/index.ts b/src/util/index.ts index 720a972..b529558 100644 --- a/src/util/index.ts +++ b/src/util/index.ts @@ -1,3 +1,2 @@ export * from "./extend" -export * from "./inheritance" export * from "./misc"