Set up the initial code structure for the clock.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user