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 leptos::*;
|
||||
use thiserror::Error;
|
||||
|
||||
#[cfg(feature = "ssr")]
|
||||
use leptos_axum::ResponseOptions;
|
||||
|
||||
#[derive(Clone, Debug, Error)]
|
||||
pub enum AppError {
|
||||
#[error("Not Found")]
|
||||
|
|
Loading…
Add table
Reference in a new issue