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

@@ -5,6 +5,7 @@ import LoadingPage from "./layout/layout_loading_page";
import LayoutLogin from "./layout/layout_login";
import LayoutNavbarHome from "./layout/layout_navbar_home";
import { isDrawer } from "./val/isDrawer";
import { isModal } from "./val/isModal";
export { WARNA }
export { LayoutLogin }
@@ -12,4 +13,5 @@ export { LayoutNavbarHome }
export { LayoutIconBack }
export { LoadingPage }
export { LayoutDrawer }
export { isDrawer }
export { isDrawer }
export { isModal }