mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-25 11:57:12 +00:00
add Name to prelude
This commit is contained in:
parent
10c2abf0d8
commit
dc83bbd314
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ mod utils {
|
|||
|
||||
/// A collection of useful types most applications might need.
|
||||
pub mod prelude {
|
||||
pub use crate::name::*;
|
||||
pub use crate::navigation::*;
|
||||
pub use crate::routes::*;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue