import { atom } from 'jotai'; export const isFullscreenActivatedAtom = atom(false);