Migrate project (Not tested yet)

This commit is contained in:
Florian RICHER 2023-10-09 14:05:42 +02:00
parent c9fc2d59c6
commit baf94d226d
No known key found for this signature in database
GPG key ID: 6BF27BF8A1E71623
2 changed files with 34 additions and 1 deletions

View file

@ -8,4 +8,7 @@ mod social_link;
pub use social_link::{SocialLinkContainer, SocialLink};
mod top_component;
pub use top_component::TopComponent;
pub use top_component::TopComponent;
mod project;
pub use project::{ProjectContainer, Project};