mirror of https://github.com/status-im/reagent.git
Add clojure.java.io require back to reagentdemo.syntax
Src-of macro requires io namespace. This namespace is only used when building Reagent webpage so this should not prevent using Reagent as library with self-host.
This commit is contained in:
parent
6fcc867f83
commit
d1792d8273
|
@ -1,5 +1,6 @@
|
|||
(ns reagentdemo.syntax
|
||||
(:require [clojure.string :as string]))
|
||||
(:require [clojure.java.io :as io]
|
||||
[clojure.string :as string]))
|
||||
|
||||
|
||||
;;; Source splitting
|
||||
|
|
Loading…
Reference in New Issue