Skip to content

Commit

Permalink
listen.rs to manager_ext.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Apr 30, 2024
1 parent 6193e3f commit c34c1ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ pub mod ts;
mod js_ts;

mod event;
mod listen;
mod manager_ext;

pub use event::*;
pub use listen::*;
pub use manager_ext::*;

pub type CollectCommandsTuple<TInvokeHandler> =
(specta::function::CollectFunctionsResult, TInvokeHandler);
Expand Down
File renamed without changes.

0 comments on commit c34c1ef

Please sign in to comment.