mirror of
https://github.com/status-im/re-natal.git
synced 2025-01-14 06:35:03 +00:00
6328174554
Now it is just static ui which works with figwheel-bridge. Could not implement :jsload-callback tom make figwheel work correctly yet. State has to be introduced next.
4 lines
103 B
Clojure
4 lines
103 B
Clojure
(ns env.$PLATFORM$.main
|
|
(:require [$PROJECT_NAME_HYPHENATED$.$PLATFORM$.core :as core]))
|
|
|
|
(core/init) |