small cleanup

This commit is contained in:
Priec
2025-08-23 00:22:07 +02:00
parent 41a0b85376
commit cbb3ed7c48
2 changed files with 2 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ use canvas::{
render_canvas, render_suggestions_dropdown, DefaultCanvasTheme,
};
pub fn render_form(
pub fn render_form_page(
f: &mut Frame,
area: Rect,
app_state: &AppState,