diff options
Diffstat (limited to 'src/org_ckons_cljs')
| -rw-r--r-- | src/org_ckons_cljs/notifications/react.cljs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/org_ckons_cljs/notifications/react.cljs b/src/org_ckons_cljs/notifications/react.cljs index c8b4190..ae5b994 100644 --- a/src/org_ckons_cljs/notifications/react.cljs +++ b/src/org_ckons_cljs/notifications/react.cljs @@ -1,8 +1,6 @@ (ns org-ckons-cljs.notifications.react (:require-macros [hiccups.core :as hiccups :refer [html]]) - (:require [reagent.core :as r] - [reagent.dom :as rd] - [reagent.dom.client :as rdc])) + (:require [reagent.core :as r])) (declare reset-message) (declare reset-errormsg) |
