This commit is contained in:
Florian RICHER 2023-10-09 19:56:06 +02:00
parent f1ae831b09
commit 8e4800ae8c
6 changed files with 38 additions and 13 deletions

View file

@ -11,4 +11,7 @@ mod top_component;
pub use top_component::TopComponent;
mod project;
pub use project::{ProjectContainer, Project};
pub use project::{ProjectContainer, Project};
mod timeline;
pub use timeline::{Timeline};