Skip to content

Commit 6b72389

Browse files
author
replydev
committed
Fix program compiler
1 parent dd9b782 commit 6b72389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mod argument_functions;
66
mod otp_helper;
77
mod cryptograpy;
88
use sodiumoxide;
9-
mod import_otp;
9+
mod importers;
1010

1111
#[cfg(debug_assertions)]
1212
fn print_title(version: &str){

0 commit comments

Comments
 (0)