♻️ Refactor thumbnails

This commit is contained in:
Aitor 2023-09-04 11:20:11 +02:00 committed by Andrey Antukh
parent 0721fc9d80
commit 0494dc843f
18 changed files with 259 additions and 460 deletions

View file

@ -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)))