add Name to prelude

This commit is contained in:
Adrian Wannenmacher 2022-12-15 21:59:03 +01:00
parent 10c2abf0d8
commit dc83bbd314
No known key found for this signature in database
GPG key ID: 19D986ECB1E492D5

View file

@ -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::*;