From 979f8a5bb7a83e2c56d29b6bad64c125b5f22b70 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sun, 16 Jul 2023 11:54:23 +0200 Subject: [PATCH] Update imports --- examples/album.lisp | 2 ++ 1 file changed, 2 insertions(+) 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))