add comments

This commit is contained in:
yggverse 2025-01-15 08:40:02 +02:00
parent 88efac5c16
commit 0708e5e4a1

View File

@ -1,9 +1,9 @@
mod client;
mod client; // @TODO complete new router implementation
mod content;
mod database;
mod error;
mod input;
mod mode;
mod mode; // @TODO deprecated
mod navigation;
mod search;
mod status;