From 561f6fc0651c2a25f57e5bfb7cde86e908188cd7 Mon Sep 17 00:00:00 2001 From: doryan Date: Sat, 27 Jul 2024 20:46:43 +0400 Subject: [PATCH] feat(import): add infobar module to export --- src/view/components/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/view/components/mod.rs b/src/view/components/mod.rs index 4654cbc..468eb32 100644 --- a/src/view/components/mod.rs +++ b/src/view/components/mod.rs @@ -1,3 +1,4 @@ +pub mod info_bar; pub mod input; pub mod pages; pub mod switch;