mirror of
https://github.com/logseq/logseq.git
synced 2026-05-23 20:24:15 +00:00
refactor: make state private
But state/sub still exposes the keys
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
[dommy.core :as dom]
|
||||
[cljs.core.async :as async]))
|
||||
|
||||
(defonce state
|
||||
(defonce ^:private state
|
||||
(atom
|
||||
{:route-match nil
|
||||
:today nil
|
||||
|
||||
Reference in New Issue
Block a user