aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/res.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling/src/res.rs')
-rw-r--r--mingling/src/res.rs7
1 files changed, 5 insertions, 2 deletions
diff --git a/mingling/src/res.rs b/mingling/src/res.rs
index ab524cd..0314e39 100644
--- a/mingling/src/res.rs
+++ b/mingling/src/res.rs
@@ -7,5 +7,8 @@ pub use dirs::*;
mod exit_code;
pub use exit_code::*;
-mod confirmer;
-pub use confirmer::*;
+mod confirm;
+pub use confirm::*;
+
+mod osc94;
+pub use osc94::*;