mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 09:11:41 +02:00
♻️ Refactor thumbnails
This commit is contained in:
parent
0721fc9d80
commit
0494dc843f
18 changed files with 259 additions and 460 deletions
|
@ -15,6 +15,7 @@
|
|||
[app.main.data.websocket :as ws]
|
||||
[app.main.errors]
|
||||
[app.main.features :as feat]
|
||||
[app.main.imposters :as imp]
|
||||
[app.main.rasterizer :as thr]
|
||||
[app.main.store :as st]
|
||||
[app.main.ui :as ui]
|
||||
|
@ -113,6 +114,7 @@
|
|||
(theme/init! cf/themes)
|
||||
(cur/init-styles)
|
||||
(thr/init!)
|
||||
(imp/init!)
|
||||
(init-ui)
|
||||
(st/emit! (initialize)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue