Move outliner core to its own dep

This commit is contained in:
Tienson Qin
2024-01-03 18:02:48 +08:00
parent faf2d8116a
commit 9194a671fd
61 changed files with 195 additions and 119 deletions

View File

@@ -20,7 +20,7 @@
[frontend.extensions.pdf.windows :as pdf-windows]
[logseq.common.path :as path]
[logseq.common.config :as common-config]
[logseq.graph-parser.util.block-ref :as block-ref]
[logseq.common.util.block-ref :as block-ref]
[medley.core :as medley]
[promesa.core :as p]
[reitit.frontend.easy :as rfe]