feat(components): add the EditQuote component

This commit is contained in:
Reed Krantz
2026-01-12 19:33:20 -06:00
parent 34ccb376fd
commit 10c21f2a3c
2 changed files with 41 additions and 0 deletions

View File

@@ -11,6 +11,9 @@ pub use input::Input;
mod echo;
pub use echo::Echo;
mod edit_quote;
pub use edit_quote::EditQuote;
pub mod calendar;
pub mod date_picker;
pub mod popover;