refactor(clipboard): refactor clipboard function arguments for better clarity about the needed type (#1218)

This commit is contained in:
Amr Bashir
2024-04-24 16:44:48 +02:00
committed by GitHub
parent 9c7eb35967
commit 1f16c64d67
9 changed files with 145 additions and 157 deletions
-3
View File
@@ -16,8 +16,6 @@ use tauri::{
Manager, Runtime,
};
pub use models::*;
#[cfg(desktop)]
mod desktop;
#[cfg(mobile)]
@@ -25,7 +23,6 @@ mod mobile;
mod commands;
mod error;
mod models;
pub use error::{Error, Result};