mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 04:33:06 +00:00
Switch from an absolute ::dioxus to the relative dioxus_core (#2465)
This commit is contained in:
parent
54dbe6d074
commit
e1b0e0425a
1 changed files with 1 additions and 1 deletions
|
@ -689,7 +689,7 @@ impl RouteEnum {
|
|||
#(#site_map,)*
|
||||
];
|
||||
|
||||
fn render(&self, level: usize) -> ::dioxus::prelude::Element {
|
||||
fn render(&self, level: usize) -> dioxus_core::Element {
|
||||
let myself = self.clone();
|
||||
match (level, myself) {
|
||||
#(#matches)*
|
||||
|
|
Loading…
Reference in a new issue