Fix theme select

This commit is contained in:
Florian Schroedl 2024-09-19 16:22:47 +02:00
parent 191d957984
commit 9b2993a344
2 changed files with 15 additions and 15 deletions

View file

@ -16,6 +16,10 @@
[cljs.analyzer.api :as aapi]
[cuerdas.core :as str]))
(defmacro fixme
"Purely annotational macro to find instances later to remove when the refactor to tokens-lib is done."
[& body] `(do ~@body))
(defmacro legacy
"Purely annotational macro to find instances later to remove when the refactor to tokens-lib is done."
[& body] `(do ~@body))