Added the functionality to insert a workout

This commit is contained in:
2025-07-15 13:53:05 +02:00
parent 9a8cd2ed86
commit d1029485d4
23 changed files with 847 additions and 136 deletions

View File

@@ -1,3 +1,5 @@
mod eye;
mod search;
pub use eye::eye;
pub use search::search;