clean unused import
This commit is contained in:
parent
4537fc379c
commit
a844af69a0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ use axum::{
|
||||||
http::StatusCode,
|
http::StatusCode,
|
||||||
response::{IntoResponse, Redirect, Response},
|
response::{IntoResponse, Redirect, Response},
|
||||||
routing::get,
|
routing::get,
|
||||||
Form, Json, Router,
|
Form, Router,
|
||||||
};
|
};
|
||||||
use chrono::prelude::*;
|
use chrono::prelude::*;
|
||||||
use common::{footer, head, header, style};
|
use common::{footer, head, header, style};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue