From a216e7cce4709d44f6baa90e634341521a76fa82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arno=C5=A1t=20Pleskot?= Date: Mon, 14 Aug 2023 10:07:44 +0200 Subject: [PATCH] fix: remove unused import --- src/components/ImageExportDialog.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/ImageExportDialog.tsx b/src/components/ImageExportDialog.tsx index a18ee1257..3f0587911 100644 --- a/src/components/ImageExportDialog.tsx +++ b/src/components/ImageExportDialog.tsx @@ -19,7 +19,6 @@ import { isFirefox, EXPORT_SCALES, FANCY_BACKGROUND_IMAGES, - DEFAULT_FANCY_BACKGROUND_IMAGE, } from "../constants"; import { canvasToBlob } from "../data/blob";