refactor: simplify import paths

This commit is contained in:
Carlos Valente
2025-02-15 14:01:24 +01:00
committed by Carlos Valente
parent 70558c5104
commit c65761448d
6 changed files with 9 additions and 7 deletions
@@ -3,9 +3,9 @@ import { useController, UseControllerProps } from 'react-hook-form';
import { IoEyedrop } from '@react-icons/all-files/io5/IoEyedrop';
import { ViewSettings } from 'ontime-types';
import PopoverPicker from '../../../../common/components/input/popover-picker/PopoverPicker';
import { debounce } from '../../../../common/utils/debounce';
import { debounce } from '../../../utils/debounce';
import { cx, getAccessibleColour } from '../../../utils/styleUtils';
import PopoverPicker from '../popover-picker/PopoverPicker';
import style from './SwatchSelect.module.scss';