remove dead code to fix lints (#364)

This commit is contained in:
Carson McManus 2024-02-19 08:12:44 -05:00 committed by GitHub
parent 25280abc62
commit 8394baa157
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,5 +3,3 @@ mod login;
mod phone_ajax;
pub use i_authentication_service::*;
pub use login::*;
pub use phone_ajax::*;