mirror of https://github.com/status-im/reagent.git
7 lines
107 B
Plaintext
7 lines
107 B
Plaintext
|
(ns reagentdemo.prod
|
||
|
"Initializes the demo app"
|
||
|
(:require [reagentdemo.core :as core]))
|
||
|
|
||
|
(core/init!)
|
||
|
|