Fix profile

Deskripsi:
- Fix load image saat di buka
This commit is contained in:
2024-12-11 13:58:32 +08:00
parent 67a66edd19
commit 9ceb4867e3
10 changed files with 40 additions and 24 deletions

View File

@@ -0,0 +1,3 @@
import { MAX_SIZE } from "./max_size";
export { MAX_SIZE };

View File

@@ -0,0 +1,2 @@
// Maksimal ukuran file dalam byte (2 MB)
export const MAX_SIZE = 2 * 1024 * 1024; // 2 MB