From 2a3046ba2e9dbad85d74f4fde0266b10abc65c9d Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 29 Jul 2025 14:10:49 +0200 Subject: [PATCH] :paperclip: Fix linter issue on common --- common/src/app/common/logic/shapes.cljc | 1 - 1 file changed, 1 deletion(-) diff --git a/common/src/app/common/logic/shapes.cljc b/common/src/app/common/logic/shapes.cljc index 281d2b8e55..4e3e0e3924 100644 --- a/common/src/app/common/logic/shapes.cljc +++ b/common/src/app/common/logic/shapes.cljc @@ -11,7 +11,6 @@ [app.common.files.helpers :as cfh] [app.common.geom.shapes :as gsh] [app.common.logic.variant-properties :as clvp] - [app.common.text :as ct] [app.common.types.component :as ctk] [app.common.types.container :as ctn] [app.common.types.pages-list :as ctpl]