This commit is contained in:
Tienson Qin
2020-04-01 15:10:13 +08:00
parent 65dce77d65
commit 96641a26f2
59 changed files with 1917 additions and 266 deletions

View File

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