functions created and now working, lets move modes functions here now
This commit is contained in:
@@ -1 +1,8 @@
|
||||
// src/functions/modes.rs
|
||||
|
||||
pub mod read_only;
|
||||
pub mod edit;
|
||||
|
||||
|
||||
pub use read_only::*;
|
||||
pub use edit::*;
|
||||
|
||||
Reference in New Issue
Block a user