diff --git a/src/components/Logout/Logout.tsx b/src/components/Logout/Logout.tsx index 699634b..1b334e0 100644 --- a/src/components/Logout/Logout.tsx +++ b/src/components/Logout/Logout.tsx @@ -22,21 +22,17 @@ export default function Logout(props: props) { await console.log("test " + logged_in); } - if (!logged_in) { - return
; - } else { - return ( -
- -
- ); - } + return ( +
+ +
+ ); } diff --git a/src/routes/Error/Error.tsx b/src/routes/Error/Error.tsx index 3b6b556..53cb430 100644 --- a/src/routes/Error/Error.tsx +++ b/src/routes/Error/Error.tsx @@ -1,5 +1,4 @@ import React from "react"; -import AppLogo from "../../Components/Icons/AppLogo/AppLogo"; import styles from "../../styles"; import NotFoundIcon from "../../Components/Icons/NotFoundIcon/NotFoundIcon";