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.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/mod.rs b/src/components/mod.rs
index 7174ad8..55e4397 100644
--- a/src/components/mod.rs
+++ b/src/components/mod.rs
@@ -2,8 +2,10 @@
 pub mod async_fetch;
 pub mod container;
 pub mod icon_p;
+pub mod input_placeholder;
 
 // Specific
+pub mod buy;
 pub mod inventory;
 pub mod product_overview;
 pub mod recipies;