import { atom } from 'recoil'; export const scrollLeftState = atom({ key: 'scroll/scrollLeftState', default: 0, });