We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4514afd commit c5ca148Copy full SHA for c5ca148
plugins/deep-link/src/lib.rs
@@ -2,8 +2,6 @@
2
// SPDX-License-Identifier: Apache-2.0
3
// SPDX-License-Identifier: MIT
4
5
-use std::sync::Arc;
6
-
7
use tauri::{
8
plugin::{Builder, PluginApi, TauriPlugin},
9
AppHandle, EventId, Listener, Manager, Runtime,
0 commit comments