export const AUTH_STORE = 'authStore';
export const UI_STORE = 'uiStore';
export const MODAL_STORE = 'modalStore';
export const GENERIC_STORE = 'genericStore';
