fix(web): oops

This commit is contained in:
əlemi 2024-06-07 05:30:39 +02:00
parent 4d2906bf78
commit be46c5ed7c
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -1,7 +1,7 @@
pub use crate::{ pub use crate::{
Http, Uri, Http, Uri,
CACHE, URL_BASE, CACHE, URL_BASE,
auth::{Auth, AuthToken}, auth::Auth,
page::*, page::*,
components::*, components::*,
}; };