working, cleaning trash via cargo fix

This commit is contained in:
Priec
2025-07-29 20:14:24 +02:00
parent 074b2914d8
commit 1a451a576f
14 changed files with 10 additions and 1993 deletions

View File

@@ -2,6 +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;
#[fixture]