mirror of
https://github.com/penpot/penpot.git
synced 2025-07-17 14:37:18 +02:00
♻️ Moved namespace for keyboard
utils
This commit is contained in:
parent
cd313dc2fe
commit
baaeb20d6b
35 changed files with 147 additions and 78 deletions
|
@ -16,9 +16,9 @@
|
|||
[app.main.store :as st]
|
||||
[app.main.ui.dashboard.grid :refer [line-grid]]
|
||||
[app.main.ui.icons :as i]
|
||||
[app.main.ui.keyboard :as kbd]
|
||||
[app.util.dom :as dom]
|
||||
[app.util.i18n :as i18n :refer [t tr]]
|
||||
[app.util.keyboard :as kbd]
|
||||
[app.util.router :as rt]
|
||||
[app.util.time :as dt]
|
||||
[okulary.core :as l]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue