Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Nov 16, 2024
1 parent b882294 commit ab9daa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rwf/src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//! use rwf::prelude::*;
//! ```
pub use crate::comms::Comms;
pub use crate::config::ConfigFile;
pub use crate::config::Config;
pub use crate::controller::{auth::SessionAuth, AuthHandler};
pub use crate::controller::{
Authentication, Controller, Error, ModelController, PageController, RestController, SessionId,
Expand Down

0 comments on commit ab9daa4

Please sign in to comment.