Skip to content

Commit

Permalink
[cleanup]
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Jul 23, 2024
1 parent 0527d66 commit e3ed58c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/re_com/error_modal.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
[re-com.text :as text]
[re-com.util :as u :refer [deref-or-value px]]))

(swap! theme/registry update :main vector blue-modern/theme)

(defn close-button [props]
(let [hover? (r/atom nil)]
[:div {:on-mouse-enter (partial reset! hover? true)
Expand Down

0 comments on commit e3ed58c

Please sign in to comment.