aboutsummaryrefslogtreecommitdiff
path: root/examples/todo/commands.rs
diff options
context:
space:
mode:
authorGravatar Jake Swenson <jakeswenson@users.noreply.github.com> 2021-05-23 10:31:38 -0700
committerGravatar GitHub <noreply@github.com> 2021-05-23 10:31:38 -0700
commit9d5b84b88ddc2b7de1bc0f03d9026eb52e8976ac (patch)
tree735b1031148d4cddfa1a0e01f52b02e23e94f9cb /examples/todo/commands.rs
parent4cffa16633f83b6604f7ce3de47d40a29e6a9b54 (diff)
downloadnotion-9d5b84b88ddc2b7de1bc0f03d9026eb52e8976ac.tar.gz
notion-9d5b84b88ddc2b7de1bc0f03d9026eb52e8976ac.tar.zst
notion-9d5b84b88ddc2b7de1bc0f03d9026eb52e8976ac.zip
Add initial todo example (#13)
Diffstat (limited to 'examples/todo/commands.rs')
-rw-r--r--examples/todo/commands.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/todo/commands.rs b/examples/todo/commands.rs
new file mode 100644
index 0000000..a78a393
--- /dev/null
+++ b/examples/todo/commands.rs
@@ -0,0 +1 @@
+pub mod configure;