8 lines
140 B
JavaScript
8 lines
140 B
JavaScript
export {
|
|
mapState,
|
|
mapGetters,
|
|
mapActions,
|
|
} from './internals/helpers';
|
|
|
|
import store from './internals/store';
|
|
export default store; |