From 9b51a908448c23eff673934f023d247a6c47519d Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Fri, 31 May 2024 13:39:05 -0500 Subject: Add: initial login form and authentication --- package.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.lisp') 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)) -- cgit v1.2.3