diff options
Diffstat (limited to 'src/org_ckons_cljs/notifications/react.cljs')
| -rw-r--r-- | src/org_ckons_cljs/notifications/react.cljs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/org_ckons_cljs/notifications/react.cljs b/src/org_ckons_cljs/notifications/react.cljs index e44f4f8..c8b4190 100644 --- a/src/org_ckons_cljs/notifications/react.cljs +++ b/src/org_ckons_cljs/notifications/react.cljs @@ -1,9 +1,6 @@ (ns org-ckons-cljs.notifications.react (:require-macros [hiccups.core :as hiccups :refer [html]]) - (:require [hiccups.runtime :as hiccupsrt] - [dommy.core :as dommy] - [clojure.string :as str] - [reagent.core :as r] + (:require [reagent.core :as r] [reagent.dom :as rd] [reagent.dom.client :as rdc])) |
