style : update module

Deskripsi:
- add global
- add users

No issue
This commit is contained in:
lukman
2024-07-08 12:32:36 +08:00
parent e2d9763a1d
commit 7d70fd2ce7
7 changed files with 139 additions and 73 deletions

View File

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