Skip to content

Commit

Permalink
Fix alias
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 24, 2023
1 parent 7c9f8f3 commit 3cd48a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sci/configs/reagent/reagent_dom_client.cljs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(ns sci.configs.reagent.reagent-dom-client
(:require [reagent.dom.client :as srv]
(:require [reagent.dom.client :as rdc]
[sci.core :as sci]))

(def rdcns (sci/create-ns 'reagent.dom.client nil))
Expand Down

0 comments on commit 3cd48a5

Please sign in to comment.