Recreate repository due to Git object corruption (all files preserved)
This commit is contained in:
9
src/component/mod.rs
Normal file
9
src/component/mod.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
// path_from_the_root: src/component/mod.rs
|
||||
|
||||
pub mod action;
|
||||
pub mod error;
|
||||
pub mod r#trait;
|
||||
|
||||
pub use action::ComponentAction;
|
||||
pub use error::ComponentError;
|
||||
pub use r#trait::Component;
|
||||
Reference in New Issue
Block a user