From f748add494513b8c37630fffc9401e5357cc7ba1 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 15 Oct 2021 17:40:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20unused=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/errors/ErrorCatcherBox.tsx | 1 - 1 file changed, 1 deletion(-) 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"