♻️ Cleanup of componentsv2

This commit is contained in:
Pablo Alba 2025-04-01 16:45:40 +02:00
parent 1e16fb8ca2
commit f961b75bba
39 changed files with 282 additions and 1207 deletions

View file

@ -12,9 +12,6 @@
[app.plugins :as plugins]
[app.util.timers :as tm]))
(defn ^:export is-components-v2 []
(features/active-feature? @st/state "components/v2"))
(defn ^:export grid []
(tm/schedule-on-idle #(st/emit! (features/toggle-feature "layout/grid")))
nil)