import { atom } from 'jotai'; export const isResizingItemAtom = atom(null);