canvasstate is now officially nonexistent as dep

This commit is contained in:
Priec
2025-07-30 19:14:35 +02:00
parent e4982f871f
commit 72c38f613f
10 changed files with 126 additions and 192 deletions

View File

@@ -2,8 +2,7 @@
use rstest::{fixture, rstest};
use std::collections::HashMap;
use client::state::pages::form::{FormState, FieldDefinition};
use canvas::state::CanvasState
use client::state::pages::canvas_state::CanvasState;
use canvas::canvas::CanvasState;
#[fixture]
fn test_form_state() -> FormState {