mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-16 14:13:36 -06:00
Move all ./client files into root as this repository becomes client-based
This commit is contained in:
12
src/mutation_types.js
Normal file
12
src/mutation_types.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export const types = {
|
||||
FETCH_EPISODE: 'FETCH_EPISODE',
|
||||
SET_EPISODE: 'SET_EPISODE',
|
||||
MERGE_EPISODE: 'MERGE_EPISODE',
|
||||
MERGE_EPISODES: 'MERGE_EPISODES',
|
||||
SET_PRELOADED: 'SET_PRELOADED',
|
||||
PRELOAD_CHARACTER: 'PRELOAD_CHARACTER',
|
||||
PRELOAD: 'PRELOAD',
|
||||
SET_CHARACTER: 'SET_CHARACTER',
|
||||
MERGE_CHARACTER: 'MERGE_CHARACTER',
|
||||
FETCH_CHARACTER: 'FETCH_CHARACTER'
|
||||
}
|
||||
Reference in New Issue
Block a user