mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05:00
🐛 Fix small import problem
This commit is contained in:
parent
6894d90137
commit
39c601a51f
1 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
||||||
[app.common.types.components-list :as ctkl]
|
[app.common.types.components-list :as ctkl]
|
||||||
[app.common.types.container :as ctn]
|
[app.common.types.container :as ctn]
|
||||||
[app.common.types.file :as ctf]
|
[app.common.types.file :as ctf]
|
||||||
|
[app.common.types.file.media-object :as ctfm]
|
||||||
[app.common.types.pages-list :as ctpl]
|
[app.common.types.pages-list :as ctpl]
|
||||||
[app.common.types.shape-tree :as ctst]
|
[app.common.types.shape-tree :as ctst]
|
||||||
[app.common.types.typography :as ctt]
|
[app.common.types.typography :as ctt]
|
||||||
|
@ -192,7 +193,7 @@
|
||||||
|
|
||||||
(defn add-media
|
(defn add-media
|
||||||
[media]
|
[media]
|
||||||
(us/assert ::ctf/media-object media)
|
(us/assert ::ctfm/media-object media)
|
||||||
(ptk/reify ::add-media
|
(ptk/reify ::add-media
|
||||||
ptk/WatchEvent
|
ptk/WatchEvent
|
||||||
(watch [it _ _]
|
(watch [it _ _]
|
||||||
|
|
Loading…
Add table
Reference in a new issue