Initial commit

This commit is contained in:
heyarne 2020-05-02 14:26:48 +02:00
commit 7e37ce499b
7 changed files with 215 additions and 0 deletions

2
deps.edn Normal file
View file

@ -0,0 +1,2 @@
{:paths ["src"]
:deps {thheller/shadow-cljs {:mvn/version "2.8.109"}}}