mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 04:21:39 +02:00
Update rumext and adapt code to changes.
This commit is contained in:
parent
14d97511e6
commit
125e7375c0
16 changed files with 58 additions and 59 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue