Skip to content

Instantly share code, notes, and snippets.

@6ewis
Last active May 18, 2016 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 6ewis/efc7417014a5bc4f47f560850fc89cc5 to your computer and use it in GitHub Desktop.
Save 6ewis/efc7417014a5bc4f47f560850fc89cc5 to your computer and use it in GitHub Desktop.
(defn abs-body []
(with-meta
(fn []
[:div {:style {:padding "33px 0" ;main page container
:margin-right "30px"
:min-width "500px"}}
[:span {:style {:font-weight style/font-regular-weight ;"My Account" header
:font-size "32px"
:color (style/color :grey :shade-1)}}
"Address Books"]
[email-accounts-panel]
[import-panel]
[social-networks-panel]])
{
:component-did-mount: #(rf/dispatch [:abs/load-abs])
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment