fix: forgot ns docstring

pull/11514/head
Gabriel Horner 2024-09-10 17:02:55 -04:00
parent d0a3fd6574
commit 938f282598
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
(ns frontend.handler.db-based.page
"DB graph only page util fns"
(:require [clojure.string :as string]
[frontend.db :as db]
[frontend.handler.editor :as editor-handler]