Make most links typesafe
This commit is contained in:
parent
30ddf1e9b2
commit
e64ea7ac12
10 changed files with 82 additions and 100 deletions
|
|
@ -13,7 +13,10 @@ use crate::{
|
|||
somehow,
|
||||
};
|
||||
|
||||
use super::{paths::PathWorkerByName, Base, Tab};
|
||||
use super::{
|
||||
base::{Base, Tab},
|
||||
paths::PathWorkerByName,
|
||||
};
|
||||
|
||||
#[derive(Template)]
|
||||
#[template(path = "worker.html")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue