mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
chore: cleanup page-property file based ns
All of frontend.util.page-property was file based except for one line. Moved that ns to a file-based ns and moved the line out to the more appropriate property-handler
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
(ns frontend.handler.property.util
|
||||
"Utility fns for properties. Most of these are used in file or db graphs.
|
||||
Some fns like lookup and get-property were written to easily be backwards
|
||||
compatible with file graphs"
|
||||
(:require [frontend.config :as config]
|
||||
[frontend.state :as state]
|
||||
[logseq.db.property :as db-property]
|
||||
|
||||
Reference in New Issue
Block a user