mirror of
https://github.com/penpot/penpot.git
synced 2025-03-18 10:41:29 -05:00
Minor naming changes on workspace ns.
This commit is contained in:
parent
1f24712fa5
commit
3b77286c77
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
[uxbox.ui.keyboard :as kbd]
|
||||
[uxbox.ui.workspace.scroll :as scroll]
|
||||
[uxbox.ui.workspace.base :as wb]
|
||||
[uxbox.ui.workspace.shortcuts :as wshortcuts]
|
||||
[uxbox.ui.workspace.shortcuts :as shortcuts]
|
||||
[uxbox.ui.workspace.header :refer (header)]
|
||||
[uxbox.ui.workspace.rules :refer (horizontal-rule vertical-rule)]
|
||||
[uxbox.ui.workspace.sidebar :refer (left-sidebar right-sidebar)]
|
||||
|
@ -142,5 +142,5 @@
|
|||
:name "workspace"
|
||||
:mixins [mx/static
|
||||
rum/reactive
|
||||
wshortcuts/mixin
|
||||
shortcuts/mixin
|
||||
(mx/local)]}))
|
||||
|
|
Loading…
Add table
Reference in a new issue