Disable feature toggle for layout flex

This commit is contained in:
alonso.torres 2022-12-01 16:39:29 +01:00 committed by Alonso Torres
parent 32350bcf87
commit e53e715861
3 changed files with 4 additions and 13 deletions

View file

@ -9,9 +9,6 @@
(:require
[app.main.features :as features]))
(defn ^:export autolayout []
(features/toggle-feature! :auto-layout))
(defn ^:export components-v2 []
(features/toggle-feature! :components-v2))