0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 23:31:21 -05:00

🐛 Fix missing import

This commit is contained in:
mathieu.brunot 2019-02-21 17:09:09 +01:00
parent 2db5b0f60f
commit b1a611e41a
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@
[uxbox.util.time :as dt]
[uxbox.util.uuid :as uuid]
[potok.core :as ptk]
[uxbox.util.i18n :refer [tr]]
[uxbox.util.router :as r]
[uxbox.util.color :as color]
[uxbox.main.store :as st]

View file

@ -10,6 +10,7 @@
[uxbox.util.data :refer (jscoll->vec)]
[uxbox.util.uuid :as uuid]
[potok.core :as ptk]
[uxbox.util.i18n :refer [tr]]
[uxbox.util.router :as r]
[uxbox.util.dom :as dom]
[uxbox.util.files :as files]