Initial commit

This commit is contained in:
Simon Brooke 2020-01-27 17:31:07 +00:00
commit 86c675f22d
42 changed files with 1407 additions and 0 deletions

7
env/prod/cljs/geocsv/app.cljs vendored Normal file
View file

@ -0,0 +1,7 @@
(ns geocsv.app
(:require [geocsv.core :as core]))
;;ignore println statements in prod
(set! *print-fn* (fn [& _]))
(core/init!)