mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
6 lines
189 B
Clojure
6 lines
189 B
Clojure
(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))
|