diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-10-02 13:16:37 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-10-02 13:16:37 +0200 |
| commit | 10152a2fc2b3de942b9f08d81c81d6566003d336 (patch) | |
| tree | 86f597e3bcdc87381fa9dfcd706794845e83421f /src/components/mod.rs | |
| parent | feat(treewide): Switch to tailwindcss and add more components (diff) | |
| download | web-client-10152a2fc2b3de942b9f08d81c81d6566003d336.zip | |
feat(buy): Add the framework for the /buy page
Diffstat (limited to '')
| -rw-r--r-- | src/components/mod.rs | 2 |
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; |
