different structure of the library

This commit is contained in:
Priec
2025-07-29 23:04:48 +02:00
parent 46a85e4b4a
commit 05bb84fc98
18 changed files with 146 additions and 142 deletions

View File

@@ -1,7 +1,7 @@
// canvas/src/dispatcher.rs
use crate::state::CanvasState;
use crate::actions::{CanvasAction, ActionResult, execute_canvas_action};
use crate::canvas::state::CanvasState;
use crate::canvas::actions::{CanvasAction, ActionResult, execute_canvas_action};
/// High-level action dispatcher that coordinates between different action types
pub struct ActionDispatcher;