Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtualHotBar authored Jun 4, 2024
1 parent fa27df0 commit a1411d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
windows_subsystem = "windows"
)]

use app::init;
use netmount::init;

fn main() {
init().unwrap();
Expand Down

0 comments on commit a1411d3

Please sign in to comment.