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 super::super::components::{TopComponent};
|
||||
use super::super::components::TopComponent;
|
||||
|
||||
#[component]
|
||||
pub fn Home() -> impl IntoView {
|
||||
view! {
|
||||
|
|
Loading…
Reference in a new issue