remove dead code to fix lints (#364)
This commit is contained in:
parent
25280abc62
commit
8394baa157
1 changed files with 0 additions and 2 deletions
|
@ -3,5 +3,3 @@ mod login;
|
||||||
mod phone_ajax;
|
mod phone_ajax;
|
||||||
|
|
||||||
pub use i_authentication_service::*;
|
pub use i_authentication_service::*;
|
||||||
pub use login::*;
|
|
||||||
pub use phone_ajax::*;
|
|
||||||
|
|
Loading…
Reference in a new issue