diff --git a/src/editor/Editor.jsx b/src/editor/Editor.jsx
index 228cafb..449ac40 100644
--- a/src/editor/Editor.jsx
+++ b/src/editor/Editor.jsx
@@ -1,6 +1,7 @@
import React from 'preact/compat';
import { useState, useRef, useEffect } from 'preact/hooks';
import { getWidget, DEFAULT_WIDGETS } from './widgets';
+import { TrashIcon } from '../Icons';
import setPosition from './setPosition';
import i18n from '../i18n';
@@ -189,8 +190,11 @@ const Editor = props => {
) : (
{ hasDelete && (
-