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

@@ -4,7 +4,7 @@
[frontend.format.block :as block]
[logseq.common.util :as common-util]
[logseq.graph-parser.block :as gp-block]
[logseq.graph-parser.util.block-ref :as block-ref]
[logseq.common.util.block-ref :as block-ref]
[clojure.string :as string]
[frontend.util :as util]
[frontend.handler.editor :as editor-handler]