mirror of
https://github.com/RGBCube/GDUS
synced 2025-07-28 13:37:45 +00:00
Format
This commit is contained in:
parent
386879799d
commit
2d5b3b2e6c
1 changed files with 8 additions and 2 deletions
10
src/main.rs
10
src/main.rs
|
@ -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! {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue