Skip to content

Commit

Permalink
fix compilation error due to invalid imports
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpr03 committed Apr 24, 2022
1 parent 7fd9c1e commit 8d1784a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use mysql_async::{prelude::*, Opts, OptsBuilder, Pool};
mod prelude;
use prelude::*;

use crate::{types::AutoLoginTokens, webview::error_handler};
use crate::types::AutoLoginTokens;

mod api;
mod cfg;
Expand Down

0 comments on commit 8d1784a

Please sign in to comment.