}
+}
diff --git a/frontend/src/components/ui/mod.rs b/frontend/src/components/ui/mod.rs
index a6a9460..7abfe82 100644
--- a/frontend/src/components/ui/mod.rs
+++ b/frontend/src/components/ui/mod.rs
@@ -1,3 +1,4 @@
+pub mod accordion;
pub mod alert_dialog;
pub mod button;
pub mod card;
@@ -11,10 +12,9 @@ pub mod input;
pub mod multi_select;
pub mod select;
pub mod separator;
+pub mod sheet;
+pub mod sidenav;
pub mod svg_icon;
pub mod table;
pub mod theme_toggle;
-pub mod toast;
-pub mod sidenav;
-pub mod sheet;
-pub mod accordion;
+pub mod toast;
\ No newline at end of file