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-10-02 13:16:37 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-10-02 13:16:37 +0200
commit10152a2fc2b3de942b9f08d81c81d6566003d336 (patch)
tree86f597e3bcdc87381fa9dfcd706794845e83421f /src/components/mod.rs
parentfeat(treewide): Switch to tailwindcss and add more components (diff)
downloadweb-client-10152a2fc2b3de942b9f08d81c81d6566003d336.zip
feat(buy): Add the framework for the /buy page
Diffstat (limited to '')
-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;