6 lines
80 B
TypeScript
6 lines
80 B
TypeScript
'use client'
|
|
|
|
import { atom } from "jotai"
|
|
|
|
export const isDrawer = atom(false)
|