chore: remove some comments
This commit is contained in:
parent
b67b91e25f
commit
6623a12632
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue