feat(components): add the Input component

This commit is contained in:
Reed Krantz
2026-01-12 19:31:57 -06:00
parent d55cc20c34
commit 05e2e0911c
4 changed files with 98 additions and 0 deletions

View File

@@ -5,5 +5,8 @@
mod hero;
pub use hero::Hero;
mod input;
pub use input::Input;
mod echo;
pub use echo::Echo;