mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
re export the dioxus router prelude
This commit is contained in:
parent
8f68585c1f
commit
13b6f3b9e7
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,6 @@ pub use dioxus_html as html;
|
|||
pub use dioxus_core_macro as core_macro;
|
||||
|
||||
pub mod prelude {
|
||||
|
||||
#[cfg(feature = "launch")]
|
||||
pub use crate::launch::*;
|
||||
|
||||
|
@ -60,6 +59,8 @@ pub mod prelude {
|
|||
|
||||
#[cfg(feature = "router")]
|
||||
pub use dioxus_router;
|
||||
#[cfg(feature = "router")]
|
||||
pub use dioxus_router::prelude::*;
|
||||
}
|
||||
|
||||
#[cfg(feature = "web")]
|
||||
|
|
Loading…
Reference in a new issue