rm unused
This commit is contained in:
parent
348203176c
commit
bb3de6becc
1 changed files with 0 additions and 6 deletions
|
@ -1,13 +1,7 @@
|
||||||
use std::any::type_name;
|
|
||||||
|
|
||||||
use cfg_if::cfg_if;
|
|
||||||
use http::status::StatusCode;
|
use http::status::StatusCode;
|
||||||
use leptos::*;
|
use leptos::*;
|
||||||
use thiserror::Error;
|
use thiserror::Error;
|
||||||
|
|
||||||
#[cfg(feature = "ssr")]
|
|
||||||
use leptos_axum::ResponseOptions;
|
|
||||||
|
|
||||||
#[derive(Clone, Debug, Error)]
|
#[derive(Clone, Debug, Error)]
|
||||||
pub enum AppError {
|
pub enum AppError {
|
||||||
#[error("Not Found")]
|
#[error("Not Found")]
|
||||||
|
|
Loading…
Add table
Reference in a new issue