summary refs log tree commit diff stats
path: root/src/components/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/components/mod.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/mod.rs b/src/components/mod.rs
index 8b13789..85f9671 100644
--- a/src/components/mod.rs
+++ b/src/components/mod.rs
@@ -1 +1,6 @@
+// Generic
+pub mod container;
 
+// Specific
+pub mod product_overview;
+pub mod side_header;