Define package cl-sbt-tbl
This commit is contained in:
parent
67435aa69b
commit
660289438e
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
(in-package :cl-sbt)
|
||||
(defpackage cl-sbt-tbl
|
||||
(:use :cl)
|
||||
(:export
|
||||
:table))
|
||||
|
||||
(in-package :cl-sbt-tbl)
|
||||
|
||||
(defmacro table (&body body)
|
||||
`(spinneret:with-html
|
||||
|
|
Loading…
Add table
Reference in a new issue