'use client' import { atom } from "jotai" export const isDrawer = atom(false)