aboutsummaryrefslogtreecommitdiff
path: root/src/gui/mod.rs
diff options
context:
space:
mode:
authorJoris2022-02-12 16:57:19 +0100
committerJoris2022-02-12 16:57:19 +0100
commit3adf3f9697c4e2beb10e652947046d5fddda2ed4 (patch)
tree689e704cf4665cc4cd1949c06d4a7b0553d07501 /src/gui/mod.rs
parenta2ba205df12332a360d89991fe508f964d88c73f (diff)
downloadflashcards-3adf3f9697c4e2beb10e652947046d5fddda2ed4.tar.gz
flashcards-3adf3f9697c4e2beb10e652947046d5fddda2ed4.tar.bz2
flashcards-3adf3f9697c4e2beb10e652947046d5fddda2ed4.zip
Say when the next card will be available
Diffstat (limited to 'src/gui/mod.rs')
-rw-r--r--src/gui/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/mod.rs b/src/gui/mod.rs
index cbf9675..f351eba 100644
--- a/src/gui/mod.rs
+++ b/src/gui/mod.rs
@@ -1,2 +1,4 @@
pub mod gui;
+pub mod message;
pub mod question;
+pub mod util;