Add login form capsule
All checks were successful
Build Crate / build (push) Successful in 1m44s

This commit is contained in:
2024-08-23 15:45:40 -04:00
parent 8d2460c60e
commit c2ecce0324
5 changed files with 103 additions and 44 deletions

1
src/capsules/mod.rs Normal file
View File

@@ -0,0 +1 @@
pub mod login_form;