mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-26 22:20:19 +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,)*
|
#(#site_map,)*
|
||||||
];
|
];
|
||||||
|
|
||||||
fn render(&self, level: usize) -> ::dioxus::prelude::Element {
|
fn render(&self, level: usize) -> dioxus_core::Element {
|
||||||
let myself = self.clone();
|
let myself = self.clone();
|
||||||
match (level, myself) {
|
match (level, myself) {
|
||||||
#(#matches)*
|
#(#matches)*
|
||||||
|
|
Loading…
Reference in a new issue