mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 18:21:39 +02:00
🎉 Add initial version of viewer.
This commit is contained in:
parent
b3e6566bd8
commit
1a3a48e4de
24 changed files with 1109 additions and 92 deletions
|
@ -40,7 +40,7 @@
|
|||
(st/emit! (rt/nav :login))
|
||||
|
||||
(nil? match)
|
||||
(prn "TODO 404 main")
|
||||
(st/emit! (rt/nav :not-found))
|
||||
|
||||
:else
|
||||
(st/emit! #(assoc % :route match)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue