MR refactor: Folder structure does not reflect store strucutre

Just tech debt, not a blocker, but before we add anything into this store, we need to refactor the folder structure.

We have a modules folder with an index file and then everything that belongs to that module is outside of that folder.

Screen_Shot_2018-07-06_at_12.45.55

Should be:

modules
  |
  | diff
     |
     | state.js
     | getters.js
     | mutations.js
     | mutation_types.js
     | index.js
  | index.js

/cc @timzallmann @andr3

Edited Sep 30, 2025 by 🤖 GitLab Bot 🤖
Assignee Loading
Time tracking Loading