diff options
author | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2023-01-21 10:37:23 -0600 |
---|---|---|
committer | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2023-01-21 10:37:23 -0600 |
commit | b1c6b6ecf3476beb82f7b39516b94863e12c37f8 (patch) | |
tree | e1125a6685765f8245996363e8b3067b22704be7 | |
parent | 80b0208984ec1b2a4d1e2427440227b055eb147e (diff) |
Fix: add routes and pages files to the system definition file
-rw-r--r-- | dnd.asd | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,5 +22,7 @@ (:file "utilities") (:file "init") (:file "model") + (:file "routes") + (:file "pages") (:file "transactions") (:file "dnd"))) |