Migrate top_component.rs components

This commit is contained in:
Florian RICHER 2023-10-08 22:26:04 +02:00
parent 35d4878bb7
commit c9fc2d59c6
7 changed files with 43 additions and 102 deletions

View file

@ -5,4 +5,7 @@ mod link;
pub use link::Link;
mod social_link;
pub use social_link::{SocialLinkContainer, SocialLink};
pub use social_link::{SocialLinkContainer, SocialLink};
mod top_component;
pub use top_component::TopComponent;