fix: Upload image
Deskripsi: - Upload image job di arahkan ke storage server ## No Issue
This commit is contained in:
7
src/app_modules/_global/notif_global/index.ts
Normal file
7
src/app_modules/_global/notif_global/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { ComponentGlobal_NotifikasiBerhasil } from "./notifikasi_berhasil";
|
||||
import { ComponentGlobal_NotifikasiGagal } from "./notifikasi_gagal";
|
||||
import { ComponentGlobal_NotifikasiPeringatan } from "./notifikasi_peringatan";
|
||||
|
||||
export { ComponentGlobal_NotifikasiBerhasil };
|
||||
export { ComponentGlobal_NotifikasiGagal };
|
||||
export { ComponentGlobal_NotifikasiPeringatan };
|
||||
Reference in New Issue
Block a user