Migrate project (Not tested yet)
This commit is contained in:
parent
c9fc2d59c6
commit
baf94d226d
2 changed files with 34 additions and 1 deletions
|
@ -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};
|
Loading…
Add table
Add a link
Reference in a new issue