From b1c6b6ecf3476beb82f7b39516b94863e12c37f8 Mon Sep 17 00:00:00 2001 From: Grant Shoshin Shangreaux Date: Sat, 21 Jan 2023 10:37:23 -0600 Subject: Fix: add routes and pages files to the system definition file --- dnd.asd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dnd.asd') diff --git a/dnd.asd b/dnd.asd index 322f1a7..ce6c4a4 100644 --- a/dnd.asd +++ b/dnd.asd @@ -22,5 +22,7 @@ (:file "utilities") (:file "init") (:file "model") + (:file "routes") + (:file "pages") (:file "transactions") (:file "dnd"))) -- cgit v1.2.3