Switch from an absolute ::dioxus to the relative dioxus_core (#2465)

This commit is contained in:
Drew Pirrone-Brusse 2024-05-31 07:12:32 -04:00 committed by GitHub
parent 54dbe6d074
commit e1b0e0425a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)*