export const MAX_TITLE_LENGTH = 200;
export const MAX_DESC_LENGTH = 500;
export const MAX_CUSTOM_LOCATION_LENGTH = 300;
export const MIN_CREATOR_QUERY_LENGTH = 3;
