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:
Gabriel Horner
2023-10-02 15:52:38 -04:00
parent fceb6ddb72
commit 4b0100cb25
11 changed files with 147 additions and 138 deletions

View File

@@ -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]