fix: view pdf

This commit is contained in:
amel
2025-01-16 17:23:17 +08:00
parent f8f222501f
commit 3d84a349d2
3 changed files with 94 additions and 18 deletions

View File

@@ -29,6 +29,7 @@ import { funViewDir } from "./fun/view_dir";
import { funSendWebPush } from "./fun/send_web_push";
import ViewFilterData from "./view/view_filter_kategori_data";
import LayoutModalNew from "./layout/layout_modal_new";
import { funReadPdf } from "./fun/read_pdf";
export { WARNA };
export { LayoutLogin };
@@ -67,3 +68,4 @@ export { funViewDir }
export { funSendWebPush }
export { ViewFilterData }
export { LayoutModalNew }
export { funReadPdf }