upub/web/src/prelude.rs
alemi abed664f0a
feat(web): better timeline, idk
cant think read the diff bad day
2024-04-21 18:56:25 +02:00

9 lines
143 B
Rust

pub use crate::{
Http, Uri, FetchKind,
CACHE, URL_BASE,
auth::{Auth, AuthToken},
page::*,
control::*,
components::*,
auth::LoginBox,
};