UNPKG

create-bar-project

Version:

This module helps create a base for web application projects.

5 lines (4 loc) 216 B
export { default as AuthStore } from './AuthStore'; export { default as GenericStore } from './GenericStore'; export { default as ModalStore } from './ModalStore'; export { default as UiStore } from './UiStore';