From a6c251123bbe9c174294287d494c4be99e40287a Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 18 Feb 2023 09:18:10 -0800 Subject: Saturday Pair Session --- dnd.asd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dnd.asd') diff --git a/dnd.asd b/dnd.asd index a0bb68a..90dacf9 100644 --- a/dnd.asd +++ b/dnd.asd @@ -19,7 +19,8 @@ #:ironclad #:jonathan #:quri - #:bordeaux-threads) + #:bordeaux-threads + #:testiere) :components ((:file "package") (:file "utilities") (:file "init") @@ -27,5 +28,6 @@ (:file "flash") (:file "endpoints") (:file "pages") + (:file "queries") (:file "transactions") (:file "dnd"))) -- cgit v1.2.3