fix example app
This commit is contained in:
parent
41b6164eb1
commit
cac9d11237
3 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
use sycamore::prelude::*;
|
||||
use tauri_api::clipboard::{read_text, write_text};
|
||||
use tauri_sys::clipboard::{read_text, write_text};
|
||||
|
||||
#[component]
|
||||
pub fn Clipboard<G: Html>(cx: Scope) -> View<G> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue