summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-01-21 10:37:23 -0600
committerGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-01-21 10:37:23 -0600
commitb1c6b6ecf3476beb82f7b39516b94863e12c37f8 (patch)
treee1125a6685765f8245996363e8b3067b22704be7
parent80b0208984ec1b2a4d1e2427440227b055eb147e (diff)
Fix: add routes and pages files to the system definition file
-rw-r--r--dnd.asd2
1 files changed, 2 insertions, 0 deletions
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")))