Skip to content

Commit

Permalink
fix(util): fix require
Browse files Browse the repository at this point in the history
  • Loading branch information
defclass committed Mar 23, 2021
1 parent 346e9e9 commit e61c02b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/frontend/util.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
#?(:cljs [goog.string.format])
#?(:cljs [goog.userAgent])
#?(:cljs [rum.core])
#?(:cljs [frontend.react-impls :as react-impls])
[clojure.string :as string]
[clojure.pprint :refer [pprint]]
[clojure.walk :as walk]
[frontend.regex :as regex]
[promesa.core :as p]
[frontend.react-impls :as react-impls]))
[promesa.core :as p]))

#?(:cljs (goog-define NODETEST false)
:clj (def NODETEST false))
Expand Down

0 comments on commit e61c02b

Please sign in to comment.