diff --git a/examples/album.lisp b/examples/album.lisp index 91b759b..04919d8 100644 --- a/examples/album.lisp +++ b/examples/album.lisp @@ -2,6 +2,8 @@ (:use :cl) (:import-from :cl-sbt-grid :container :row :col) (:import-from :cl-sbt-navbar :navbar :brand :toggler) + (:import-from :cl-sbt :write-string-to-file) + (:import-from :spinneret :with-html-string) (:export :show-album-page))