From 0e675a725db511d876c5fa920bc13ec6bbd398e6 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 29 Jul 2025 14:15:01 +0200 Subject: [PATCH] :paperclip: Fix linter issues on frontend Caused by the merge from staging to develop --- .../app/main/ui/workspace/sidebar/options/menus/typography.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/typography.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/menus/typography.cljs index 94bb1b3c92..06987ffcaa 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/typography.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/typography.cljs @@ -10,7 +10,6 @@ ["react-virtualized" :as rvt] [app.common.data :as d] [app.common.data.macros :as dm] - [app.common.exceptions :as ex] [app.common.types.text :as txt] [app.main.constants :refer [max-input-length]] [app.main.data.common :as dcm]