mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
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; |