1 2 3 4 5 6 7
pub mod directory; pub mod file; pub use directory::*; pub use file::*; // Path: src\generators\components // need to create a reuseable module generator.