diff options
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; |
