✨ Añade componentes básicos traducibles Html/Text
This commit is contained in:
parent
6c76e3519c
commit
1d83bbc80a
20 changed files with 243 additions and 369 deletions
|
|
@ -17,8 +17,6 @@ pub(crate) use all::common_components;
|
|||
mod renderable;
|
||||
pub use renderable::{IsRenderable, Renderable};
|
||||
|
||||
mod html_markup;
|
||||
pub use html_markup::HtmlMarkup;
|
||||
|
||||
mod l10n;
|
||||
pub use l10n::L10n;
|
||||
mod basic;
|
||||
pub use basic::{Html, COMPONENT_HTML};
|
||||
pub use basic::{Text, COMPONENT_TEXT};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue