import { atom } from 'jotai/vanilla'; export const appHeaderAtom = atom(null); export const mainContainerAtom = atom(null);