Set up the initial code structure for the clock.

This commit is contained in:
Tom Alexander
2023-04-21 19:02:16 -04:00
parent 2d4a592846
commit c2ccf4da37
6 changed files with 52 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
mod clock;
mod comment;
mod document;
mod drawer;
@@ -37,6 +38,7 @@ pub use greater_element::PlainListItem;
pub use greater_element::PropertyDrawer;
pub use greater_element::Table;
pub use greater_element::TableRow;
pub use lesser_element::Clock;
pub use lesser_element::Comment;
pub use lesser_element::CommentBlock;
pub use lesser_element::ExampleBlock;