feat :update module
This commit is contained in:
1
src/module/_global/bin/val_global.ts
Normal file
1
src/module/_global/bin/val_global.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const pwd_key_config = "fchgvjknlmdfnbvghhujlaknsdvjbhknlkmsdbdyu567t8y9u30r4587638y9uipkoeghjvuyi89ipkoefmnrjbhtiu4or9ipkoemnjfbhjiuoijdklnjhbviufojkejnshbiuojijknehgruyu"
|
||||
@@ -1,3 +1,5 @@
|
||||
import prisma from "./bin/prisma";
|
||||
import { pwd_key_config } from "./bin/val_global";
|
||||
import { WARNA } from "./fun/WARNA";
|
||||
import LayoutDrawer from "./layout/layout_drawer";
|
||||
import LayoutIconBack from "./layout/layout_icon_back";
|
||||
@@ -7,11 +9,13 @@ import LayoutNavbarHome from "./layout/layout_navbar_home";
|
||||
import LayoutNavbarNew from "./layout/layout_navbar_new";
|
||||
import ViewFilter from "./view/view_filter";
|
||||
|
||||
export { WARNA }
|
||||
export { LayoutLogin }
|
||||
export { LayoutNavbarHome }
|
||||
export { LayoutIconBack }
|
||||
export { LoadingPage }
|
||||
export { LayoutDrawer }
|
||||
export { LayoutNavbarNew }
|
||||
export { ViewFilter }
|
||||
export { WARNA };
|
||||
export { LayoutLogin };
|
||||
export { LayoutNavbarHome };
|
||||
export { LayoutIconBack };
|
||||
export { LoadingPage };
|
||||
export { LayoutDrawer };
|
||||
export { LayoutNavbarNew };
|
||||
export { ViewFilter };
|
||||
export { prisma };
|
||||
export { pwd_key_config };
|
||||
|
||||
Reference in New Issue
Block a user