diff --git a/frontend/src/app/main/ui/workspace/tokens/macros.clj b/frontend/src/app/main/ui/workspace/tokens/macros.clj new file mode 100644 index 000000000..eb143c86e --- /dev/null +++ b/frontend/src/app/main/ui/workspace/tokens/macros.clj @@ -0,0 +1,5 @@ +(ns app.main.ui.workspace.tokens.macros) + +(defmacro legacy + "Purely annotational macro to find instances later to remove when the refactor to tokens-lib is done." + [& body] `(do ~@body))