import { atom } from 'jotai'; export const navOpenState = atom(false); export const activeSectionState = atom('home');