ClementRomac's picture
ClementRomac HF Staff
Added interactive demo with some policies
09a6f7f
raw
history blame
203 Bytes
import actions from './actions.js';
import mutations from './mutations.js';
import state from './state.js';
import Store from './store.js';
export default new Store({
actions,
mutations,
state
});