Add basic space switching

This commit is contained in:
2026-05-07 20:19:55 -04:00
parent 42d33ac06c
commit 19d928859c
9 changed files with 325 additions and 72 deletions
+1
View File
@@ -1,4 +1,5 @@
mod error;
mod navigation;
mod state;
pub use error::CoreError;