Update rumext and adapt code to changes.

This commit is contained in:
Andrey Antukh 2019-07-21 19:10:04 +02:00
parent 14d97511e6
commit 125e7375c0
16 changed files with 58 additions and 59 deletions

View file

@ -1,6 +1,6 @@
(ns uxbox.main.ui.dashboard
(:require
[rumext.core :as mx :include-macros true]
[rumext.alpha :as mf]
[uxbox.main.ui.dashboard.header :refer [header]]
[uxbox.main.ui.dashboard.projects :as projects]
;; [uxbox.main.ui.dashboard.elements :as elements]
@ -15,9 +15,8 @@
(def images-page images/images-page)
(def colors-page colors/colors-page)
(mx/defc dashboard
(mf/defc dashboard
[props]
(prn "dashboard" props)
[:main.dashboard-main
(messages-widget)
(header)