Port queue page

This commit is contained in:
Joscha 2023-08-14 12:10:05 +02:00
parent 123c27e5a2
commit 2b6c339c70
7 changed files with 44 additions and 19 deletions

View file

@ -1,4 +1,5 @@
pub mod commit;
pub mod index;
pub mod queue;
pub mod run;
pub mod worker;