fix example app

This commit is contained in:
Jonas Kruckenberg 2022-11-01 17:05:19 +01:00
parent 41b6164eb1
commit cac9d11237
3 changed files with 4 additions and 4 deletions

View file

@ -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> {