From 2be10a3b137d7bcc75b02884ddbe72608f85f9b0 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 20 Feb 2023 17:49:42 -0800 Subject: Refactor: to use render protocol --- dnd.asd | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'dnd.asd') diff --git a/dnd.asd b/dnd.asd index 90dacf9..5a982d6 100644 --- a/dnd.asd +++ b/dnd.asd @@ -20,14 +20,15 @@ #:jonathan #:quri #:bordeaux-threads - #:testiere) + #:testiere + #:defclass-std) :components ((:file "package") (:file "utilities") - (:file "init") (:file "model") - (:file "flash") - (:file "endpoints") - (:file "pages") (:file "queries") (:file "transactions") + (:file "flash") + (:file "pages") + (:file "endpoints") + (:file "init") (:file "dnd"))) -- cgit v1.2.3