From 6f0a3614c638b741add7ebdcdfe1dc919c429466 Mon Sep 17 00:00:00 2001 From: Matthieu Viry Date: Thu, 17 Oct 2024 18:50:06 +0200 Subject: [PATCH] Remove some useless import --- src/components/LeftMenu/ProjectionSection.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/LeftMenu/ProjectionSection.tsx b/src/components/LeftMenu/ProjectionSection.tsx index 712d3499..de44d13d 100644 --- a/src/components/LeftMenu/ProjectionSection.tsx +++ b/src/components/LeftMenu/ProjectionSection.tsx @@ -19,7 +19,6 @@ import { setModalStore } from '../../store/ModalStore'; // Sub-components import { onClickDropdown, onKeyDownDropdown, setDropdownItemTarget } from '../DropdownMenu.tsx'; -import InputFieldRangeSlider from '../Inputs/InputRangeSlider.tsx'; import ProjectionSelection from '../Modals/ProjectionSelection.tsx'; import InputFieldNumberSlider from '../Inputs/InputNumberSlider.tsx';