chore: fmt

This commit is contained in:
lencx
2022-12-07 18:34:11 +08:00
parent 386a58a499
commit 72e53bc5da
5 changed files with 5 additions and 10 deletions

3
src-tauri/src/app/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod cmd;
pub mod menu;
pub mod setup;