local_chat/frontend/src/pages.rs
2024-10-16 13:56:33 -05:00

5 lines
63 B
Rust

mod home;
pub use home::Home;
mod login;
pub use login::Login;