Fmt
This commit is contained in:
parent
eda34db508
commit
be9b5ed855
12 changed files with 43 additions and 45 deletions
|
@ -1,9 +1,7 @@
|
|||
use leptos::prelude::*;
|
||||
use bkbh::leptos::cafe::Cafe;
|
||||
use leptos::prelude::*;
|
||||
|
||||
fn main() {
|
||||
console_error_panic_hook::set_once();
|
||||
leptos::mount::mount_to_body(
|
||||
|| view! { <Cafe /> }
|
||||
);
|
||||
leptos::mount::mount_to_body(|| view! { <Cafe /> });
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue