Move typed paths to separate module
This commit is contained in:
parent
3d5a277234
commit
058ed2e85c
6 changed files with 85 additions and 27 deletions
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue