import {MouseSensor, TouchSensor, useSensor} from '@dnd-kit/core';
const mouseSensor = useSensor(MouseSensor, {
// Require the mouse to move by 10 pixels before activating
const touchSensor = useSensor(TouchSensor, {
// Press delay of 250ms, with tolerance of 5px of movement