export const arrowR = '−−−▶';
export const Larrow = '◀−−−';
export const LarrowR = '◄−−−►';
export const LLarrow = '◄−−−◄−−−';
export const arrowRR = '−−−►−−−►';

export const DELAY_BETWEEN_USER_AUTHENTICATE_CHALLENGES_MILLIS = 20_000;
