0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

Add legacy macro

This commit is contained in:
Florian Schroedl 2024-09-19 10:52:15 +02:00
parent 80e8903754
commit 7758e48c48

View file

@ -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))