mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 11:40:25 +00:00
8 lines
No EOL
140 B
JavaScript
8 lines
No EOL
140 B
JavaScript
export {
|
|
mapState,
|
|
mapGetters,
|
|
mapActions,
|
|
} from './internals/helpers';
|
|
|
|
import store from './internals/store';
|
|
export default store; |