mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-11-01 04:44:16 +01:00
cleanup imports
This commit is contained in:
parent
e15d9eb537
commit
7aae690850
@ -1,7 +1,9 @@
|
|||||||
use axum::extract::Path;
|
use axum::{
|
||||||
use axum::http::StatusCode;
|
extract::Path,
|
||||||
use axum::response::{IntoResponse, Response};
|
http::StatusCode,
|
||||||
use axum::Json;
|
response::{IntoResponse, Response},
|
||||||
|
Json,
|
||||||
|
};
|
||||||
use serde::{Deserialize, Serialize};
|
use serde::{Deserialize, Serialize};
|
||||||
use std::time::SystemTime;
|
use std::time::SystemTime;
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
use crate::config;
|
use crate::config;
|
||||||
use axum::http::StatusCode;
|
use axum::{http::StatusCode, Json};
|
||||||
use axum::Json;
|
|
||||||
use serde::Serialize;
|
use serde::Serialize;
|
||||||
|
|
||||||
#[derive(Serialize)]
|
#[derive(Serialize)]
|
||||||
|
Loading…
Reference in New Issue
Block a user