Skip to content

Commit

Permalink
refactor(commands/messages): move command to its own file within mess…
Browse files Browse the repository at this point in the history
…ages dir
  • Loading branch information
jgmontoya committed Feb 28, 2025
1 parent cb1e81c commit b620b3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src-tauri/src/commands/messages/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
mod query_message;

pub use query_message::query_message;
File renamed without changes.

0 comments on commit b620b3e

Please sign in to comment.