Skip to content

Commit

Permalink
fix: fixed module import
Browse files Browse the repository at this point in the history
  • Loading branch information
krypt0nn committed Aug 20, 2023
1 parent 9be0d99 commit d06e52b
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 @@ -13,7 +13,7 @@ use anime_launcher_sdk::anime_game_core::prelude::*;
use anime_launcher_sdk::anime_game_core::star_rail::prelude::*;

use anime_launcher_sdk::sessions::SessionsExt;
use anime_launcher_sdk::genshin::sessions::Sessions;
use anime_launcher_sdk::star_rail::sessions::Sessions;

use tracing_subscriber::prelude::*;
use tracing_subscriber::filter::*;
Expand Down

0 comments on commit d06e52b

Please sign in to comment.