Migrate top_component.rs components
This commit is contained in:
parent
35d4878bb7
commit
c9fc2d59c6
7 changed files with 43 additions and 102 deletions
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue