summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorckonstanski <carlos.konstanski@olo.com>2026-07-13 16:21:15 -0600
committerckonstanski <carlos.konstanski@olo.com>2026-07-13 16:21:15 -0600
commit8ed03370a6e0689398755e44d8d8f344fa283c6b (patch)
treed7e2aadf5f6fd68167e80b4f055a116a0c6ebd88
parenteacd867ec319956537fc505c583df74ec2ce8a64 (diff)
remore more unused importsHEADmaster
-rw-r--r--src/org_ckons_cljs/notifications/react.cljs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/org_ckons_cljs/notifications/react.cljs b/src/org_ckons_cljs/notifications/react.cljs
index ae5b994..1201a9c 100644
--- a/src/org_ckons_cljs/notifications/react.cljs
+++ b/src/org_ckons_cljs/notifications/react.cljs
@@ -1,5 +1,4 @@
(ns org-ckons-cljs.notifications.react
- (:require-macros [hiccups.core :as hiccups :refer [html]])
(:require [reagent.core :as r]))
(declare reset-message)