From 4bf8011b8892e5ca651f8cab8502107b0f3e65fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BD=D0=B8=D1=97=D0=BB=20=D0=93=D1=80=D0=B8?= =?UTF-8?q?=D0=B3=D0=BE=D1=80=27=D1=94=D0=B2?= Date: Tue, 25 Jun 2024 21:15:50 +0300 Subject: [PATCH] Remove unused typehints block --- src/js/core/config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/js/core/config.js b/src/js/core/config.js index 7bc906d5..5fb7e2e1 100644 --- a/src/js/core/config.js +++ b/src/js/core/config.js @@ -1,6 +1,3 @@ -/* typehints:start */ -/* typehints:end */ - import debug from "./config.local"; export const IS_DEBUG =