mirror of
https://github.com/YGGverse/ggemtext.git
synced 2026-03-31 17:15:33 +00:00
define child namespaces
This commit is contained in:
parent
7826104978
commit
bab4e03940
1 changed files with 5 additions and 0 deletions
|
|
@ -3,3 +3,8 @@ pub mod header;
|
||||||
pub mod link;
|
pub mod link;
|
||||||
pub mod list;
|
pub mod list;
|
||||||
pub mod quote;
|
pub mod quote;
|
||||||
|
|
||||||
|
pub use header::Header;
|
||||||
|
pub use link::Link;
|
||||||
|
pub use list::List;
|
||||||
|
pub use quote::Quote;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue