add module

Deskripsi:
- add notification
- add search
- project

No issue
This commit is contained in:
lukman
2024-07-04 12:36:37 +08:00
parent 78aeb3d374
commit 615e21e892
11 changed files with 207 additions and 19 deletions

View File

@@ -1,7 +1,9 @@
import { WARNA } from "./fun/WARNA";
import LayoutIconBack from "./layout/layout_icon_back";
import LayoutLogin from "./layout/layout_login";
import LayoutNavbarHome from "./layout/layout_navbar_home";
export { WARNA }
export { LayoutLogin }
export {LayoutNavbarHome}
export { LayoutNavbarHome }
export {LayoutIconBack}