From 3abb05ccfd81dc9323ee3a3742abd276319b433a Mon Sep 17 00:00:00 2001 From: Katsuyuki-Karasawa <4ranci0ne@gmail.com> Date: Sun, 2 Jun 2024 21:55:56 +0900 Subject: [PATCH] remove unused import --- src/components/configure/macroeditor/MacroEditor.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/configure/macroeditor/MacroEditor.tsx b/src/components/configure/macroeditor/MacroEditor.tsx index 7f5f3c4c..bd54a476 100644 --- a/src/components/configure/macroeditor/MacroEditor.tsx +++ b/src/components/configure/macroeditor/MacroEditor.tsx @@ -18,7 +18,6 @@ import { Tap, KeyDelayPair, } from '../../../services/macro/Macro'; -import lodash from 'lodash'; import FlashButton, { FlashButtonState } from '../../common/flash/FlashButton'; import { KeycodeCompositionFactory } from '../../../services/hid/Composition'; import { MacroDropSpacer } from './MacroDropSpacer';