mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 14:51:40 +02:00
🎉 Picker shortcut
This commit is contained in:
parent
f8b3baef3f
commit
726cdb9a27
23 changed files with 236 additions and 110 deletions
|
@ -26,7 +26,13 @@
|
|||
[app.util.router :as rt]
|
||||
[app.util.object :as obj]
|
||||
[app.util.storage :refer [storage]]
|
||||
[app.util.timers :as ts]))
|
||||
[app.util.timers :as ts]
|
||||
|
||||
;; MODALS
|
||||
[app.main.ui.settings.delete-account]
|
||||
[app.main.ui.settings.change-email]
|
||||
[app.main.ui.confirm]
|
||||
[app.main.ui.workspace.colorpicker]))
|
||||
|
||||
(declare reinit)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue