chore: mv db namespaces common to both graphs to logseq.db.common

This commit is contained in:
Gabriel Horner
2025-02-18 11:16:05 -05:00
parent e7fd87b791
commit 18db6b1937
31 changed files with 39 additions and 39 deletions

View File

@@ -4,7 +4,7 @@
compatible with file graphs"
(:require [frontend.db.conn :as conn]
[frontend.state :as state]
[logseq.db.frontend.property.util :as db-property-util]))
[logseq.db.common.property-util :as db-property-util]))
(defn lookup
"Get the property value by a built-in property's db-ident from block. For file and db graphs"