ethereum/clrfund

Separate getters, actions, mutations in their own files

corwintines opened this issue · 0 comments

Currently, we have everything under store/index.ts. Let's create the following files to improve readability and have smaller files:

  • store/getters.ts
  • store/actions.ts
  • store/mutations.ts