From 3adf3f9697c4e2beb10e652947046d5fddda2ed4 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 12 Feb 2022 16:57:19 +0100 Subject: Say when the next card will be available --- src/gui/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/mod.rs') 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; -- cgit v1.2.3