0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 15:39:50 -05:00

🐛 Add missing import on tests.

This commit is contained in:
Andrey Antukh 2020-05-18 14:29:24 +02:00
parent c8e1925065
commit 7917370136

View file

@ -8,6 +8,7 @@
[mount.core :as mount]
[environ.core :refer [env]]
[uxbox.common.pages :as cp]
[uxbox.services.init]
[uxbox.services.mutations.profile :as profile]
[uxbox.services.mutations.projects :as projects]
[uxbox.services.mutations.teams :as teams]