1
Fork 0
mirror of https://github.com/RGBCube/GDUS synced 2025-07-28 13:37:45 +00:00
This commit is contained in:
RGBCube 2023-11-10 14:10:21 +03:00
parent 386879799d
commit 2d5b3b2e6c
No known key found for this signature in database

View file

@ -1,5 +1,11 @@
use axum::{routing, Router};
use maud::{html, Markup};
use axum::{
routing,
Router,
};
use maud::{
html,
Markup,
};
async fn index() -> Markup {
html! {