mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 14:26:12 +02:00
⬆️ Upgrade shadow-cljs and rumext dependency
This commit is contained in:
parent
278f6685b6
commit
8bdfd188d8
239 changed files with 250 additions and 246 deletions
frontend/src/app/main/ui/components
|
@ -7,7 +7,7 @@
|
|||
(ns app.main.ui.components.code-block
|
||||
(:require
|
||||
["highlight.js" :as hljs]
|
||||
[rumext.alpha :as mf]))
|
||||
[rumext.v2 :as mf]))
|
||||
|
||||
(mf/defc code-block [{:keys [code type]}]
|
||||
(let [block-ref (mf/use-ref)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue