🎉 Add builtin template loading mechanism

This commit is contained in:
Andrey Antukh 2022-07-28 15:11:50 +02:00
parent 15d7b94940
commit d832482dae
5 changed files with 89 additions and 1 deletions

View file

@ -10,6 +10,7 @@
[app.common.logging :as l]
[app.common.uuid :as uuid]
[app.db :as db]
[app.setup.builtin-templates]
[buddy.core.codecs :as bc]
[buddy.core.nonce :as bn]
[clojure.spec.alpha :as s]