remove random welcom message

This commit is contained in:
flynn 2019-02-14 05:09:52 +01:00
parent 175f718b87
commit c99cac4e68

View file

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