diff --git a/frontend/src/components/errors/ErrorCatcherBox.tsx b/frontend/src/components/errors/ErrorCatcherBox.tsx index afa63a1..94c530b 100644 --- a/frontend/src/components/errors/ErrorCatcherBox.tsx +++ b/frontend/src/components/errors/ErrorCatcherBox.tsx @@ -1,6 +1,5 @@ import {Box, Form} from "@steffo/bluelib-react" import * as React from "react" -import {ErrorBox} from "./ErrorBox" import {IgnoreErrorButton} from "./IgnoreErrorButton" import {ReportBugButton} from "./ReportBugButton"