This commit is contained in:
JMARyA 2025-01-15 18:28:59 +01:00
parent 8208fa8899
commit ed739d792f
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
35 changed files with 1675 additions and 447 deletions

View file

@ -1,8 +1,7 @@
use based::get_pg;
use based::request::{RequestContext, StringResponse};
use based::{
get_pg,
ui::{Shell, render_page},
};
use based::ui::components::Shell;
use based::ui::render_page;
use maud::html;
use rocket::get;
use rocket::routes;