portfolio_leptos/src/app/components/mod.rs

34 lines
No EOL
538 B
Rust

mod tag;
pub use tag::Tag;
mod link;
pub use link::Link;
mod social_link;
pub use social_link::{SocialLinkContainer, SocialLink};
mod top_component;
pub use top_component::TopComponent;
mod project;
pub use project::{ProjectList, ProjectElement};
mod timeline;
pub use timeline::{Timeline, TimelineElement, TimelineLabel, TimelineCard, TimelineCardTag, TimelineCardContent, TimelineCardSummary};
mod mon_parcours;
mod loading;
pub use loading::Loading;
mod title;
pub use title::Title;
pub use mon_parcours::{MonParcours};