Fork me on GitHub
#reagent
<
2015-07-04
>
samueldev22:07:20

hello #C0620C0C8

samueldev22:07:33

I'm getting 'Invalid Arity: 1'

samueldev22:07:24

with the following:

(defn navigation-component []
  [:div [:h1 "OpenSourceFinder"]])

(defn current-page []
  [:div [(session/get :current-page)]])

(defn layout-component []
  [:div [(navigation-component)]
        [(current-page)]])

samueldev22:07:29

what am I missing here? 😛

samueldev22:07:24

scratch that