Fix ml-sbt package names

This commit is contained in:
Marcus Kammer 2024-07-28 19:25:12 +02:00
parent f95001113d
commit a849598c4a
Signed by: marcuskammer
GPG key ID: C374817BE285268F
5 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
(defsystem "dev.metalisp.survey"
:description "A simple survey"
:version "0.3.3"
:version "0.3.4"
:author "Marcus Kammer <marcus.kammer@metalisp.dev>"
:source-control "git@git.sr.ht:~marcuskammer/dev.metalisp.survey"
:licence "MIT"

View file

@ -4,7 +4,7 @@
(:use :cl)
(:import-from #:hunchentoot
#:define-easy-handler)
(:import-from #:dev.metalisp.sbt
(:import-from #:ml-sbt
#:*use-cdn*
#:with-page
#:body-header))

View file

@ -4,19 +4,19 @@
(:use :cl)
(:import-from #:hunchentoot
#:define-easy-handler)
(:import-from #:dev.metalisp.sbt
(:import-from #:ml-sbt
#:find-l10n
#:*l10n*
#:*use-cdn*
#:with-page
#:body-header
#:body-main)
(:import-from #:dev.metalisp.sbt/btn
(:import-from #:ml-sbt/btn
#:btn
#:btn-primary)
(:import-from #:dev.metalisp.sbt/form
(:import-from #:ml-sbt/form
#:multi-form)
(:import-from #:dev.metalisp.sbt/utility
(:import-from #:ml-sbt/utility
#:spacing))
(in-package :ml-survey/questionnaire)

View file

@ -4,7 +4,7 @@
(:use #:cl)
(:import-from #:hunchentoot
#:define-easy-handler)
(:import-from #:dev.metalisp.sbt
(:import-from #:ml-sbt
#:*use-cdn*
#:with-page
#:body-header)

View file

@ -4,7 +4,7 @@
(:use :cl)
(:import-from #:hunchentoot
#:define-easy-handler)
(:import-from #:dev.metalisp.sbt
(:import-from #:ml-sbt
#:*use-cdn*
#:body-header
#:with-page))