summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/static_site_editor/store/mutation_types.js
blob: cbe511805411a9ac8484a95f2cb043056a4bda89 (plain)
1
2
3
export const LOAD_CONTENT = 'loadContent';
export const RECEIVE_CONTENT_SUCCESS = 'receiveContentSuccess';
export const RECEIVE_CONTENT_ERROR = 'receiveContentError';