fix:
Deksripsi: - Progress investasi - Tampilan voting ## No issue
This commit is contained in:
11
src/app_modules/_global/ui/index.ts
Normal file
11
src/app_modules/_global/ui/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import UIGlobal_Drawer from "./ui_drawer";
|
||||
import UIGlobal_LayoutHeaderTamplate from "./ui_header_tamplate";
|
||||
import UIGlobal_LayoutTamplate from "./ui_layout_tamplate";
|
||||
import UIGlobal_Modal from "./ui_modal";
|
||||
import UIGlobal_SplashScreen from "./ui_splash";
|
||||
|
||||
export { UIGlobal_LayoutTamplate };
|
||||
export { UIGlobal_LayoutHeaderTamplate };
|
||||
export { UIGlobal_Drawer };
|
||||
export { UIGlobal_Modal };
|
||||
export { UIGlobal_SplashScreen };
|
||||
Reference in New Issue
Block a user