This commit is contained in:
JMARyA 2025-01-14 22:56:07 +01:00
parent 4a537cd933
commit 8208fa8899
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
20 changed files with 944 additions and 15 deletions

View file

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