Fork me on GitHub
#hoplon
<
2015-10-15
>
flyboarder18:10:07

is the hoplon.svg namepsace also automatically included in .hl files?

levitanong20:10:50

@flyboarder: It isn’t. In your index.cljs.hl, you’ll have to require the svg namespace:

(page "index.html"
    (:require [hoplon.svg :as svg]))