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:
Juho Teperi 2017-05-19 20:25:53 +03:00
parent 6fcc867f83
commit d1792d8273
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
(ns reagentdemo.syntax
(:require [clojure.string :as string]))
(:require [clojure.java.io :as io]
[clojure.string :as string]))
;;; Source splitting