implement basic embassy framework

This commit is contained in:
2026-08-14 19:14:44 +00:00
parent 7ce3a60a08
commit 88dce365ad
8 changed files with 71 additions and 63 deletions
+3
View File
@@ -0,0 +1,3 @@
use crate::navigation::inputs::Inputs;
pub async fn show(_inputs: &mut Inputs) {}