From 63703a93d6cf923e858c5daedd39901f3fce7ed7 Mon Sep 17 00:00:00 2001 From: GuillaumeOnepilot Date: Sun, 24 Dec 2023 17:37:35 +0100 Subject: [PATCH] fix: remove unused import --- test/cypress/tests/modules/BlockEvents/Backspace.cy.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cypress/tests/modules/BlockEvents/Backspace.cy.ts b/test/cypress/tests/modules/BlockEvents/Backspace.cy.ts index 72f2ae1df..5b5e29976 100644 --- a/test/cypress/tests/modules/BlockEvents/Backspace.cy.ts +++ b/test/cypress/tests/modules/BlockEvents/Backspace.cy.ts @@ -1,6 +1,5 @@ import type EditorJS from '../../../../../types/index'; import Chainable = Cypress.Chainable; -import Header from '../../../../../example/tools/header/dist/header.mjs'; import { SimpleHeader } from '../../../fixtures/tools/SimpleHeader';