mirror of
https://github.com/status-im/re-natal.git
synced 2025-02-04 00:34:31 +00:00
7 lines
108 B
Plaintext
7 lines
108 B
Plaintext
|
(ns env.$PLATFORM$.main
|
||
|
(:require [$PROJECT_NAME_HYPHENATED$.$PLATFORM$.core :as core]))
|
||
|
|
||
|
(core/init)
|
||
|
|
||
|
|