mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 15:01:39 +02:00
♻️ Refactor workspace thumbails (again)
We probably need a counter of number of types this code was refactored hehe
This commit is contained in:
parent
4ac2a64a2a
commit
d0c1a9683a
11 changed files with 290 additions and 275 deletions
|
@ -15,7 +15,6 @@
|
|||
[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]
|
||||
|
@ -114,7 +113,6 @@
|
|||
(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