library is now conflicting with client and its breaking it, but lets change the client

This commit is contained in:
Priec
2025-07-29 23:25:10 +02:00
parent 05bb84fc98
commit 20b428264e
10 changed files with 109 additions and 324 deletions

View File

@@ -1,7 +1,7 @@
// src/components/form/form.rs
use crate::components::common::autocomplete;
use crate::config::colors::themes::Theme;
use canvas::{CanvasState, render_canvas, HighlightState}; // CHANGED: Import HighlightState from canvas
use canvas::canvas::{CanvasState, render_canvas, HighlightState};
use crate::state::pages::form::FormState;
use ratatui::{
layout::{Alignment, Constraint, Direction, Layout, Margin, Rect},