about summary refs log tree commit diff
path: root/templates/src/lib.rs
blob: c7b03ea49afeb51586cd4a76d1834b0a0d4ec0af (plain) (blame)
1
2
3
4
5
6
mod templates;
pub use templates::{ErrorPage, MainPage, Template, POSTS_PER_PAGE, Entry, VCard, Feed};
mod onboarding;
pub use onboarding::OnboardingPage;
mod login;
pub use login::LoginPage;