Fix tags + add elements

This commit is contained in:
Florian RICHER 2023-10-12 09:10:17 +02:00
parent f4dba8213d
commit 807b6c2735
3 changed files with 81 additions and 21 deletions

View file

@ -16,7 +16,7 @@ pub use top_component::TopComponent;
mod project;
pub use project::{ProjectContainer, Project};
pub use project::{ProjectList, ProjectElement};
mod timeline;