Make server symbols public
This commit is contained in:
parent
3354bc04bc
commit
ec33e2f677
1 changed files with 6 additions and 1 deletions
|
@ -12,7 +12,12 @@
|
|||
(:import-from #:dev.metalisp.sbt
|
||||
#:with-page)
|
||||
(:import-from #:dev.metalisp.sbt/utility
|
||||
#:spacing))
|
||||
#:spacing)
|
||||
(:export
|
||||
#:*app*
|
||||
#:start-server
|
||||
#:stop-server
|
||||
#:restart-server))
|
||||
|
||||
(defpackage ml-survey/forms
|
||||
(:use #:cl)
|
||||
|
|
Loading…
Add table
Reference in a new issue