style: remove unused imports (#2)

This commit is contained in:
ayangweb
2025-03-28 19:23:35 +08:00
committed by GitHub
parent ffb15d9740
commit e70386a832
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
use tauri::{App, AppHandle, WebviewWindow};
use tauri::{AppHandle, WebviewWindow};
pub fn platform(
_app_handle: &AppHandle,

View File

@@ -1,4 +1,4 @@
use tauri::{App, AppHandle, WebviewWindow};
use tauri::{AppHandle, WebviewWindow};
pub fn platform(
_app_handle: &AppHandle,