summary refs log tree commit diff stats
path: root/src/components/mod.rs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-09-30 09:15:56 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-09-30 09:15:56 +0200
commitd0263ce46160cd4152c67381fab2ee557f3aa483 (patch)
treeb24a725d71b984e466ff478fbb4449111beeacac /src/components/mod.rs
parentchore: Second version (diff)
downloadweb-client-d0263ce46160cd4152c67381fab2ee557f3aa483.zip
feat(treewide): Switch to tailwindcss and add more components
Diffstat (limited to 'src/components/mod.rs')
-rw-r--r--src/components/mod.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/components/mod.rs b/src/components/mod.rs
index 85f9671..7174ad8 100644
--- a/src/components/mod.rs
+++ b/src/components/mod.rs
@@ -1,6 +1,10 @@
 // Generic
+pub mod async_fetch;
 pub mod container;
+pub mod icon_p;
 
 // Specific
+pub mod inventory;
 pub mod product_overview;
-pub mod side_header;
+pub mod recipies;
+pub mod site_header;