we compiled fully, time to move grpc calls now
This commit is contained in:
@@ -4,7 +4,9 @@ pub mod admin;
|
||||
pub mod intro;
|
||||
pub mod login;
|
||||
pub mod form;
|
||||
pub mod common;
|
||||
|
||||
pub use admin::*;
|
||||
pub use intro::*;
|
||||
pub use form::*;
|
||||
pub use common::*;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
// src/tui/controls.rs
|
||||
|
||||
// src/tui/functions/common.rs
|
||||
pub mod commands;
|
||||
|
||||
pub use commands::*;
|
||||
@@ -1,5 +1,5 @@
|
||||
// src/tui/mod.rs
|
||||
pub mod terminal;
|
||||
pub mod controls;
|
||||
pub mod functions;
|
||||
|
||||
pub use functions::*;
|
||||
|
||||
Reference in New Issue
Block a user