removing compatibility code fully, we are now fresh without compat layer. We compiled successfuly

This commit is contained in:
Priec
2025-07-30 22:54:02 +02:00
parent cc19c61f37
commit 3c62877757
6 changed files with 33 additions and 80 deletions

View File

@@ -3,3 +3,9 @@ pub mod canvas;
pub mod autocomplete;
pub mod config;
pub mod dispatcher;
// Re-export the main API for easy access
pub use dispatcher::{execute_canvas_action, ActionDispatcher};
pub use canvas::actions::{CanvasAction, ActionResult};
pub use canvas::state::{CanvasState, ActionContext};
pub use canvas::modes::{AppMode, HighlightState, ModeManager};