init: scaffold from k-template with postgres + worker
This commit is contained in:
7
crates/application/src/use_cases/mod.rs
Normal file
7
crates/application/src/use_cases/mod.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
pub mod get_profile;
|
||||
pub mod login;
|
||||
pub mod register;
|
||||
|
||||
pub use get_profile::GetProfile;
|
||||
pub use login::LoginUser;
|
||||
pub use register::RegisterUser;
|
||||
Reference in New Issue
Block a user