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