File size: 80 Bytes
d530f14
 
 
1
2
3
import { atom } from 'jotai';

export const isMobileSheetOpenAtom = atom(false);