chat / client /src /store /temporary.ts
helloya20's picture
Upload 2345 files
f0743f4 verified
import { atomWithLocalStorage } from '~/store/utils';
const isTemporary = atomWithLocalStorage('isTemporary', false);
export default {
isTemporary,
};