♻️ Reorganize uxbox.main.data.workspace.

This commit is contained in:
Andrey Antukh 2020-04-30 11:47:26 +02:00 committed by Alonso Torres
parent 5d24e76b62
commit 40d6cd50fb
7 changed files with 760 additions and 707 deletions

View file

@ -33,8 +33,6 @@
[router path]
(let [match (rt/match router path)
profile (:profile storage)]
(prn "on-navigate" match path)
(cond
(and (= path "") (not profile))
(st/emit! (rt/nav :login))