upd: val isdrawer
Deskripsi: - update isdrawer jotai ke hookstate - aplikasiin ke page grup No Issues
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
'use client'
|
||||
|
||||
import { atom } from "jotai"
|
||||
|
||||
export const isDrawer = atom(false)
|
||||
4
src/module/_global/val/isDrawer.ts
Normal file
4
src/module/_global/val/isDrawer.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
'use client'
|
||||
import { hookstate } from '@hookstate/core';
|
||||
|
||||
export const isDrawer = hookstate(false)
|
||||
Reference in New Issue
Block a user