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,6 +1,6 @@
use gloo_timers::callback::Timeout;
use sycamore::prelude::*;
use tauri_api::app;
use tauri_sys::app;
#[component]
pub fn App<G: Html>(cx: Scope) -> View<G> {