mirror of
https://github.com/status-im/reagent.git
synced 2025-01-12 21:05:20 +00:00
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…
x
Reference in New Issue
Block a user