client fixes

This commit is contained in:
filipriec
2025-02-23 09:34:11 +01:00
parent f83f401ff1
commit 9fa63f4467
7 changed files with 6 additions and 28 deletions

View File

@@ -7,7 +7,7 @@ use ratatui::{
Frame,
};
use crate::colors::Theme;
use crate::client::ui::form::FormState;
use crate::ui::form::FormState;
pub fn render_form(
f: &mut Frame,