UNPKG

create-bar-project

Version:

This module helps create a base for web application projects.

5 lines (4 loc) 164 B
export const AUTH_STORE = 'authStore'; export const UI_STORE = 'uiStore'; export const MODAL_STORE = 'modalStore'; export const GENERIC_STORE = 'genericStore';