mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 10:38:13 -05:00
Remove ^:const metadata from router code.
This commit is contained in:
parent
af2deea11d
commit
c2b8f7e50c
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
(defonce +router+ (volatile! nil))
|
||||
|
||||
(def ^:const route-l
|
||||
(def route-l
|
||||
(as-> (l/in [:route]) $
|
||||
(l/focus-atom $ s/state)))
|
||||
|
||||
|
@ -63,7 +63,7 @@
|
|||
(def ^:private page-route
|
||||
[[bidi/uuid :project-uuid] "/" [bidi/uuid :page-uuid]])
|
||||
|
||||
(def ^:const routes
|
||||
(def routes
|
||||
["/" [["auth/login" :auth/login]
|
||||
["auth/register" :auth/register]
|
||||
["auth/recover" :auth/recover-password]
|
||||
|
|
Loading…
Add table
Reference in a new issue