chore: remove some comments

This commit is contained in:
wfx 2026-01-08 21:50:44 +01:00
parent b67b91e25f
commit 6623a12632

View file

@ -14,7 +14,6 @@ use crate::app::{AppMessage, AppModel};
/// Top header bar (global actions, toggles).
pub fn header(_model: &AppModel) -> Element<'_, AppMessage> {
let content = Row::new().spacing(8).align_y(Alignment::Center);
// In a real implementation, add more buttons/actions here.
Container::new(content)
.width(Length::Fill)