Form CSS style + dev panel (WIP)

This commit is contained in:
Greg Burri 2025-04-15 11:34:18 +02:00
parent 9daa852add
commit f2e0aa3b43
18 changed files with 154 additions and 34 deletions

View file

@ -1,11 +1,11 @@
use axum::{
body::Bytes,
http::{header, HeaderValue, StatusCode},
http::{HeaderValue, StatusCode, header},
response::{IntoResponse, Response},
};
use common::ron_api;
use ron::de::from_bytes;
use serde::{de::DeserializeOwned, Serialize};
use serde::{Serialize, de::DeserializeOwned};
pub const RON_CONTENT_TYPE: HeaderValue = HeaderValue::from_static("application/ron");