From b48e34ecb032ef3e3e84d94de06f76727bd818db Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Thu, 28 Nov 2024 18:24:54 +0100 Subject: [PATCH] Remove CenterIcon ref --- src/panelWebView/components/OtherActions.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/panelWebView/components/OtherActions.tsx b/src/panelWebView/components/OtherActions.tsx index 39a5533b..84633be1 100644 --- a/src/panelWebView/components/OtherActions.tsx +++ b/src/panelWebView/components/OtherActions.tsx @@ -3,7 +3,6 @@ import { PanelSettings } from '../../models'; import { CommandToCode } from '../CommandToCode'; import { Collapsible } from './Collapsible'; import { BugIcon } from './Icons/BugIcon'; -import { CenterIcon } from './Icons/CenterIcon'; import { FileIcon } from './Icons/FileIcon'; import { FolderOpenedIcon } from './Icons/FolderOpenedIcon'; import { TemplateIcon } from './Icons/TemplateIcon';