export const AVATAR_MAX_BYTES = 1024 * 1024;

export const AVATAR_ACCEPT = 'image/jpeg,image/png,image/webp,image/gif';
