Skip to content

Commit

Permalink
Remove some useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Oct 17, 2024
1 parent 5790f24 commit 6f0a361
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/LeftMenu/ProjectionSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 6f0a361

Please sign in to comment.