clean unused import

This commit is contained in:
JOLIMAITRE Matthieu 2024-07-25 08:49:27 +02:00
parent 4537fc379c
commit a844af69a0

View file

@ -9,7 +9,7 @@ use axum::{
http::StatusCode,
response::{IntoResponse, Redirect, Response},
routing::get,
Form, Json, Router,
Form, Router,
};
use chrono::prelude::*;
use common::{footer, head, header, style};