🎉 Integrate questions form.

This commit is contained in:
Andrey Antukh 2021-11-04 15:17:12 +01:00 committed by Andrés Moya
parent baf4393310
commit 8a8d677f85
13 changed files with 518 additions and 364 deletions

View file

@ -166,7 +166,7 @@
(defn append-child!
[el child]
(.appendChild el child))
(.appendChild ^js el child))
(defn get-first-child
[el]