mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2025-09-04 08:30:39 +00:00
cleanup imports
This commit is contained in:
@@ -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)]
|
||||||
|
Reference in New Issue
Block a user