From 08b0b5d3723c2391685026934f154c3a781be6f1 Mon Sep 17 00:00:00 2001 From: Konstantinos Kaloutas Date: Fri, 19 Aug 2022 10:51:33 +0300 Subject: [PATCH] fix: linting warning --- src/main/frontend/handler/common.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/frontend/handler/common.cljs b/src/main/frontend/handler/common.cljs index 03c082e04..4d02498ff 100644 --- a/src/main/frontend/handler/common.cljs +++ b/src/main/frontend/handler/common.cljs @@ -2,7 +2,6 @@ (:require [cljs-bean.core :as bean] [cljs.reader :as reader] [clojure.string :as string] - [dommy.core :as d] [frontend.config :as config] [frontend.date :as date] [frontend.db :as db]