
So we can use it in other places and don't require them to depend on the `agent_ui`. This PR also renames it from `AnimatedLabel` to `LoadingLabel`. Release Notes: - N/A
11 lines
232 B
Rust
11 lines
232 B
Rust
mod agent_notification;
|
|
mod burn_mode_tooltip;
|
|
mod context_pill;
|
|
mod onboarding_modal;
|
|
pub mod preview;
|
|
mod upsell;
|
|
|
|
pub use agent_notification::*;
|
|
pub use burn_mode_tooltip::*;
|
|
pub use context_pill::*;
|
|
pub use onboarding_modal::*;
|