summary refs log tree commit diff stats
path: root/src/components/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/mod.rs')
-rw-r--r--src/components/mod.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/mod.rs b/src/components/mod.rs
index ca2ac10..efc4842 100644
--- a/src/components/mod.rs
+++ b/src/components/mod.rs
@@ -2,16 +2,14 @@ use std::sync::atomic::{AtomicU32, Ordering};
 
 // Generic
 pub mod async_fetch;
+pub mod banner;
 pub mod container;
 pub mod form;
 pub mod icon_p;
 pub mod input_placeholder;
 pub mod select_placeholder;
-pub mod banner;
 
 // Specific
-pub mod buy;
-pub mod inventory;
 pub mod product_overview;
 pub mod recipies;
 pub mod site_header;