//! Reusable UI components for the quotesdb frontend. //! //! Each component lives in its own submodule and is a Yew `#[function_component]`. pub mod auth_modal; pub mod error; pub mod pagination; pub mod quote_card;