You are migrating ONE legacy ClojureScript React component in the Penpot frontend (frontend/src/app/main/ui/) to the modern component syntax. Perform the migration step by step for a single component only.
Legacy components:
- Name does NOT end with
*(e.g.,my-component) - Defined with
(mf/defc my-component ...) - Often use
::mf/wrap-props false(props passed as raw JS object)