Skip to content

Commit

Permalink
Remove unused libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
adham-omran committed Jul 24, 2024
1 parent 3cf2a73 commit 947f287
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/scicloj/clay/v2/item.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
[scicloj.kind-portal.v1.api :as kind-portal]
[scicloj.clay.v2.util.meta :as meta]
[hiccup.page]
[hiccup.core :as hiccup]
[clojure.string :as str]
[scicloj.kindly.v4.api :as kindly]))
[clojure.string :as str]))

(def *id (atom 0))

Expand Down

0 comments on commit 947f287

Please sign in to comment.