diff options
author | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2023-01-21 09:12:12 -0600 |
---|---|---|
committer | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2023-01-21 09:12:12 -0600 |
commit | 1f07b7aa4f29324e04ef575b1a9a9d120ea6e8ce (patch) | |
tree | 27c70880de2193d53a7a8bef3945ebdf858f3ff8 | |
parent | 25c1854c8306d4550c0ced886cbd36cb43099129 (diff) |
Fix: asd component errors
-rw-r--r-- | dnd.asd | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -22,6 +22,5 @@ (:file "utilities") (:file "init") (:file "model") - (:file "serialization") - (:file "api") + (:file "transactions") (:file "dnd"))) |