We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a1984 commit 43271daCopy full SHA for 43271da
src/app.rs
@@ -9,8 +9,6 @@ pub fn App() -> impl IntoView {
9
provide_meta_context();
10
11
view! {
12
- <Stylesheet id="leptos" href="/pkg/tailwind.css"/>
13
- <Link rel="shortcut icon" type_="image/ico" href="/LogoSegunMichael.ico"/>
14
<Router>
15
<Routes>
16
<Route path="" view=|| view! { <Index /> }/>
0 commit comments