mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 08:31:39 +02:00
Replace rum/react with mx/react.
This commit is contained in:
parent
a3d0358bdf
commit
5dc4dec1e0
47 changed files with 99 additions and 99 deletions
|
@ -77,8 +77,8 @@
|
|||
|
||||
(defn app-render
|
||||
[own]
|
||||
(let [route (rum/react route-l)
|
||||
auth (rum/react st/auth-l)
|
||||
(let [route (mx/react route-l)
|
||||
auth (mx/react st/auth-l)
|
||||
location (:id route)
|
||||
params (:params route)]
|
||||
(if (and (restricted? location) (not auth))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue