refactor: mv another common ns out of db dir

Allows for more improved separate linting
This commit is contained in:
Gabriel Horner
2025-04-28 11:22:17 -04:00
parent 88e99aefd4
commit 691b8866ef
16 changed files with 24 additions and 20 deletions

View File

@@ -9,7 +9,7 @@
[datascript.core :as d]
[logseq.db.frontend.malli-schema :as db-malli-schema]
[logseq.db.frontend.validate :as db-validate]
[logseq.db.sqlite.cli :as sqlite-cli]
[logseq.db.common.sqlite-cli :as sqlite-cli]
[malli.core :as m]
[malli.error :as me]
[nbb.core :as nbb]))