chore: source formatting and spec allignment

This commit is contained in:
2026-07-18 14:20:23 +02:00
parent a594b99e90
commit 16a210c0ad
119 changed files with 8868 additions and 5250 deletions

View File

@@ -1,18 +1,18 @@
pub mod workspace;
pub mod activity_bar;
pub mod sidebar;
pub mod tab_bar;
pub mod status_bar;
pub mod dashboard;
pub mod media_editor;
pub mod modal;
pub mod panel;
pub mod post_editor;
pub mod project_selector;
pub mod script_editor;
pub mod settings_view;
pub mod sidebar;
pub mod site_validation;
pub mod status_bar;
pub mod tab_bar;
pub mod tags_view;
pub mod template_editor;
pub mod toast;
pub mod welcome;
pub mod modal;
pub mod post_editor;
pub mod media_editor;
pub mod template_editor;
pub mod script_editor;
pub mod tags_view;
pub mod settings_view;
pub mod dashboard;
pub mod site_validation;
pub mod workspace;