upub/web/src/prelude.rs

12 lines
164 B
Rust
Raw Normal View History

pub use crate::{
AuthToken,
Auth, Timeline, Http, Uri,
CACHE, URL_BASE,
page::*,
control::*,
view::*,
app::App,
auth::LoginBox,
timeline::TimelineFeed,
};