Skip to content

Commit

Permalink
refactor 500 page
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Wrege committed Jul 20, 2023
1 parent 90dfb4b commit 1319ac5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import fuchsLog from "../public/parkfuchs.svg";
import Image from "next/image";

import { useEffect } from "react";
import { useRouter } from "next/navigation";

export default function Error({
error,
Expand All @@ -17,8 +16,6 @@ export default function Error({
console.error("[error]", error.message, error);
}, [error]);

const router = useRouter();

return (
<div className="h-full grid justify-items-center mt-28 gap-3">
<Image src={fuchsLog} alt="Parkfuchs logo" height={100} />
Expand Down

0 comments on commit 1319ac5

Please sign in to comment.