reagent/demo/reagentdemo/prod.cljs

7 lines
107 B
Plaintext
Raw Permalink Normal View History

2017-10-21 17:17:29 +00:00
(ns reagentdemo.prod
"Initializes the demo app"
(:require [reagentdemo.core :as core]))
(core/init!)