Skip to content

Commit cd4aa1a

Browse files
nathellsuperstructor
authored andcommitted
Don't require cljs-ajax' API wholesale.
1 parent 0d9f8e6 commit cd4aa1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/day8/re_frame/http_fx.cljs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
(:require
33
[goog.net.ErrorCode :as errors]
44
[re-frame.core :refer [reg-fx dispatch console]]
5-
[ajax.core :as ajax]
5+
[ajax.simple :as ajax]
6+
[ajax.xhrio]
67
#_[cljs.spec :as s])
78
(:import (goog.net XhrIo)))
89

0 commit comments

Comments
 (0)