diff --git a/src-tauri/src/lib.rs b/src-tauri/src/lib.rs index 1bf73c3..446a1c4 100644 --- a/src-tauri/src/lib.rs +++ b/src-tauri/src/lib.rs @@ -1,7 +1,7 @@ use enigo::{Direction, Enigo, Key, Keyboard, Settings}; +use tauri::Manager; #[cfg(target_os = "linux")] use std::ptr; -use tauri::Manager; // Learn more about Tauri commands at https://tauri.app/develop/calling-rust/ #[tauri::command] diff --git a/src/app/app.component.html b/src/app/app.component.html index 3585f69..9ff4d96 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,11 +1,4 @@
-
- - -
- -

{{ greetingMessage }}

-