Refactor in prep for clip

This commit is contained in:
John Doty 2024-06-22 07:32:11 -07:00
parent 3f7afc5b78
commit 3eba65f6e6
8 changed files with 101 additions and 94 deletions

View file

@ -1,8 +1,8 @@
mod browse;
mod client;
mod message;
mod reverse;
mod server;
pub use browse::browse_url;
pub use client::run_client;
pub use reverse::browse_url;
pub use server::run_server;