export const MINUTE_SCALE = 4;
export const HOUR_SCALE = 13;
export const MAX_TOPIC_LENGTH = 128;
export const PASSWORD_REGEX = /^[A-Za-z0-9]{0,10}$/;
export const NO_NUMBER_REGEX = /[^\d]/g;
