make it easy to deploy

This commit is contained in:
Tienson Qin
2020-04-11 21:17:31 +08:00
parent a87869076c
commit 8b0067acaf
40 changed files with 2968 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
(ns frontend.format.protocol)
(defprotocol Format
(toHtml [this] [this config]))