ethereum / clrfund

Eth2 CLR project built on clr.fund

Home Page:https://eth2clrfund.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separate getters, actions, mutations in their own files

corwintines opened this issue · 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