Remove old dashboard-container and home-component wrappers
This commit is contained in:
parent
c782aa2cd4
commit
5a71973388
@ -3,8 +3,6 @@ use leptos::prelude::*;
|
||||
#[component]
|
||||
pub fn Dashboard() -> impl IntoView {
|
||||
view! {
|
||||
<div class="dashboard-container home-component">
|
||||
<h1 class="dashboard-header">Dashboard</h1>
|
||||
</div>
|
||||
<h1>"Dashboard"</h1>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user