export const TOAST_HIDE = "TOAST_HIDE";
export const TOAST_SHOW = "TOAST_SHOW";
export const TOAST_DURATION = 5000;
