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