0
Fork 0
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:
Andrey Antukh 2016-05-13 22:28:21 +03:00
parent af2deea11d
commit c2b8f7e50c
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

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