Skip to content
Snippets Groups Projects
Commit fb20c57c authored by Wei Tang's avatar Wei Tang
Browse files

beacon: move state type to executive

parent cd619294
Branches
No related merge requests found
File moved
......@@ -7,6 +7,8 @@ pub mod consts;
mod error;
mod config;
mod utils;
mod executive;
pub use self::error::*;
pub use self::config::*;
pub use self::executive::*;
mod misc;
mod operation;
mod block;
mod state;
pub use self::misc::*;
pub use self::operation::*;
pub use self::block::*;
pub use self::state::*;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment