Move typed paths to separate module

This commit is contained in:
Joscha 2023-08-13 16:32:13 +02:00
parent 3d5a277234
commit 058ed2e85c
6 changed files with 85 additions and 27 deletions

View file

@ -9,7 +9,7 @@ use sqlx::SqlitePool;
use crate::{config::Config, server::util, somehow};
use super::{admin::queue::PathAdminQueueAdd, link::CommitLink, Base, Tab};
use super::{link::CommitLink, paths::PathAdminQueueAdd, Base, Tab};
#[derive(Template)]
#[template(path = "commit.html")]