Add graph tab

This commit is contained in:
Joscha 2023-08-14 17:49:21 +02:00
parent 9caf664b10
commit b0eb94a02a
7 changed files with 56 additions and 1 deletions

View file

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