chore: refactored lib.rs to move commands into separate folder
This commit is contained in:
8
src-tauri/src/commands/mod.rs
Normal file
8
src-tauri/src/commands/mod.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
pub mod app;
|
||||
pub mod app_data;
|
||||
pub mod auth;
|
||||
pub mod config;
|
||||
pub mod dolls;
|
||||
pub mod friends;
|
||||
pub mod interaction;
|
||||
pub mod sprite;
|
||||
Reference in New Issue
Block a user