Prepare more type-safe linking

This commit is contained in:
Joscha 2023-08-13 19:53:49 +02:00
parent 4ccf06db8b
commit 18e35184a5
2 changed files with 47 additions and 0 deletions

View file

@ -1,5 +1,6 @@
mod admin;
mod api;
mod base;
mod commit;
mod index;
mod link;