From 7a671d6a0ac422d089d46ce9937f2ca8295f3970 Mon Sep 17 00:00:00 2001 From: Konstantinos Kaloutas Date: Mon, 10 Jul 2023 13:21:04 +0300 Subject: [PATCH] remove unneeded dependency --- src/main/frontend/components/right_sidebar.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/frontend/components/right_sidebar.cljs b/src/main/frontend/components/right_sidebar.cljs index c0037f89b7..553b6c0b42 100644 --- a/src/main/frontend/components/right_sidebar.cljs +++ b/src/main/frontend/components/right_sidebar.cljs @@ -19,7 +19,6 @@ [frontend.util :as util] [frontend.config :as config] [frontend.modules.editor.undo-redo :as undo-redo] - [goog.object :as gobj] [medley.core :as medley] [reitit.frontend.easy :as rfe] [rum.core :as rum]))