diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-10-05 13:21:31 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-10-05 13:21:31 +0200 |
| commit | 0564611c8e77e0f5791a3f4854bb456a8717e86a (patch) | |
| tree | 5f6f65a3837c2c37f984b7f3cfa5425351ff6752 /src/components/mod.rs | |
| parent | feat(buy): Add the framework for the /buy page (diff) | |
| download | web-client-0564611c8e77e0f5791a3f4854bb456a8717e86a.zip | |
feat(form): Provide basic form framework
Diffstat (limited to '')
| -rw-r--r-- | src/components/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/mod.rs b/src/components/mod.rs index 55e4397..f7b8dba 100644 --- a/src/components/mod.rs +++ b/src/components/mod.rs @@ -3,6 +3,7 @@ pub mod async_fetch; pub mod container; pub mod icon_p; pub mod input_placeholder; +pub mod form; // Specific pub mod buy; |
