Skip to content

Commit

Permalink
refactor(commands/payments): move pay_invoice command to its own file…
Browse files Browse the repository at this point in the history
… within payments dir
  • Loading branch information
jgmontoya committed Feb 28, 2025
1 parent b620b3e commit 66e3552
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/payments/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
mod pay_invoice;

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

0 comments on commit 66e3552

Please sign in to comment.