Skip to content

Commit 306f952

Browse files
authored
Merge pull request #4 from codad5/dev
Add std::env import
2 parents 541e296 + 64b3e6e commit 306f952

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src-tauri/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ mod libs;
66
use tauri_plugin_log::{LogTarget};
77
use specta::collect_types;
88
use tauri_specta::{ts, js};
9+
use std::env;
910

1011

1112
use libs::tauri_actions::{save_access_token,load_access_token, greet, test_command, save_code, load_code};

0 commit comments

Comments
 (0)