we compiled fully, time to move grpc calls now

This commit is contained in:
filipriec
2025-03-31 12:07:01 +02:00
parent f71498703a
commit 87cdb8048d
10 changed files with 8 additions and 15 deletions

View File

@@ -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::*;