summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/whats_new/store/mutation_types.js
blob: 124d33a88b15c049b108d013b82346b7d91adcf9 (plain)
1
2
3
export const CLOSE_DRAWER = 'CLOSE_DRAWER';
export const OPEN_DRAWER = 'OPEN_DRAWER';
export const SET_FEATURES = 'SET_FEATURES';