From 10152a2fc2b3de942b9f08d81c81d6566003d336 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 2 Oct 2025 13:16:37 +0200 Subject: feat(buy): Add the framework for the /buy page --- src/components/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/mod.rs') 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; -- cgit 1.4.1