7 lines
107 B
Plaintext
Raw Permalink Normal View History

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