Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
chore(website): restore a missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
juliomrqz committed Dec 11, 2018
1 parent 7fa8959 commit dffe9f5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/website/store/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export const state = () => ({
partners: []
});

export const mutations = {
SET_PARTNERS(state, partners) {
state.partners = partners;
}
};

0 comments on commit dffe9f5

Please sign in to comment.