Lint and cleanup empty file.
This commit is contained in:
parent
181965968c
commit
b1ea44963d
@ -1 +0,0 @@
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
use log::info;
|
||||
use seed::{prelude::*, *};
|
||||
use seed_hooks::{state_access::CloneState, topo, use_state};
|
||||
|
||||
@ -75,7 +74,6 @@ pub(super) fn view(model: &Model) -> Node<Msg> {
|
||||
search_unread,
|
||||
));
|
||||
}
|
||||
last = parts[..parts.len() - 1].to_vec();
|
||||
n = parts.len() - 1;
|
||||
}
|
||||
let display_name = parts[n];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user