Make most links typesafe

This commit is contained in:
Joscha 2023-08-13 20:24:37 +02:00
parent 30ddf1e9b2
commit e64ea7ac12
10 changed files with 82 additions and 100 deletions

View file

@ -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")]