Compare commits
1 Commits
39afdd83a7
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
d5eba9620c
|
@@ -14,6 +14,7 @@ enum Route {
|
||||
#[component]
|
||||
pub fn App() -> Element {
|
||||
rsx! {
|
||||
document::Link { rel: "icon", href: LOGO_ICO }
|
||||
document::Link { rel: "stylesheet", href: TAILWIND_CSS }
|
||||
Router::<Route> {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user