diff options
author | Grant Shangreaux <grant@unabridgedsoftware.com> | 2024-05-31 13:39:05 -0500 |
---|---|---|
committer | Grant Shangreaux <grant@unabridgedsoftware.com> | 2024-05-31 13:39:05 -0500 |
commit | 9b51a908448c23eff673934f023d247a6c47519d (patch) | |
tree | 89384c75ed8d2b8add927b1584267847e6ab0ea4 /package.lisp | |
parent | 2832a7c9e75400e36ca12a028ffcbeece44c8216 (diff) |
Add: initial login form and authentication
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp index e88297e..b069148 100644 --- a/package.lisp +++ b/package.lisp @@ -26,4 +26,5 @@ #:when-let* #:if-let #:subseq*) - (:import-from #:defclass-std #:defclass/std)) + (:import-from #:defclass-std #:defclass/std) + (:import-from #:spinneret #:with-html #:with-html-string)) |