modes functions dir
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
// src/functions/mod.rs
|
// src/functions/mod.rs
|
||||||
|
|
||||||
pub mod common;
|
pub mod common;
|
||||||
|
pub mod modes;
|
||||||
|
|
||||||
pub use common::*;
|
pub use common::*;
|
||||||
|
pub use modes::*;
|
||||||
|
|||||||
1
client/src/functions/modes.rs
Normal file
1
client/src/functions/modes.rs
Normal file
@@ -0,0 +1 @@
|
|||||||
|
// src/functions/modes.rs
|
||||||
Reference in New Issue
Block a user