Files
sistem-desa-mandiri/src/module/_global/val/idDrawer.ts
lukman e62243b887 style : update module
Deskripsi:
- add group
- add notification

No issue
2024-07-04 16:42:58 +08:00

6 lines
80 B
TypeScript

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