Skip to content

Commit

Permalink
make shift public
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenBaldwin07 committed Sep 27, 2023
1 parent 67df651 commit 96ad515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rapid-web/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub use rapid_web_codegen;
pub(crate) mod default_routes;
pub mod logger;
pub mod server;
pub(crate) mod shift; // TODO: shift needs to be abstracted out into its own crate (for now it will be left private to rapid-web as users do not need to access it)
pub mod shift; // TODO: shift needs to be abstracted out into its own crate (for now it will be left private to rapid-web as users do not need to access it)
pub(crate) mod tui;
pub mod types;
pub(crate) mod util;
Expand Down

0 comments on commit 96ad515

Please sign in to comment.