upd: val isdrawer

Deskripsi:
- update isdrawer jotai ke hookstate

- aplikasiin ke page grup

No Issues
This commit is contained in:
amel
2024-07-04 17:19:47 +08:00
parent b1e950ed96
commit cf67619e76
5 changed files with 14 additions and 14 deletions

View File

@@ -1,5 +0,0 @@
'use client'
import { atom } from "jotai"
export const isDrawer = atom(false)

View File

@@ -0,0 +1,4 @@
'use client'
import { hookstate } from '@hookstate/core';
export const isDrawer = hookstate(false)