remove random welcom message

This commit is contained in:
flynn 2019-02-14 05:09:52 +01:00
parent 175f718b87
commit c99cac4e68
1 changed files with 2 additions and 1 deletions

View File

@ -150,7 +150,8 @@
(let [content (js/document.getElementById "app")]
(while (.hasChildNodes content)
(.removeChild content (.-lastChild content)))
(.appendChild content (js/document.createTextNode "Welcome to cat")))))
;(.appendChild content (js/document.createTextNode "Welcome to cat"))
)))
(defn init! []
(mount-components))