Fix build warn in src/app/pages/home.rs
This commit is contained in:
parent
192d3e37b5
commit
76dd9b0783
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
use leptos::*;
|
use leptos::*;
|
||||||
use super::super::components::{TopComponent};
|
use super::super::components::TopComponent;
|
||||||
|
|
||||||
#[component]
|
#[component]
|
||||||
pub fn Home() -> impl IntoView {
|
pub fn Home() -> impl IntoView {
|
||||||
view! {
|
view! {
|
||||||
|
|
Loading…
Reference in a new issue