Fix runners not disappearing
This commit is contained in:
parent
2079d0b12d
commit
b16b3a668e
5 changed files with 10 additions and 8 deletions
|
|
@ -9,8 +9,7 @@ use sqlx::SqlitePool;
|
|||
|
||||
use crate::{config::Config, server::util, somehow};
|
||||
|
||||
use super::{Base, Tab, link::CommitLink};
|
||||
|
||||
use super::{link::CommitLink, Base, Tab};
|
||||
|
||||
#[derive(Template)]
|
||||
#[template(path = "commit.html")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue