fix example app
This commit is contained in:
parent
41b6164eb1
commit
cac9d11237
3 changed files with 4 additions and 4 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue