debian-mirror-gitlab/app/assets/javascripts/whats_new/store/mutation_types.js
2021-01-03 14:25:43 +05:30

3 lines
130 B
JavaScript

export const CLOSE_DRAWER = 'CLOSE_DRAWER';
export const OPEN_DRAWER = 'OPEN_DRAWER';
export const SET_FEATURES = 'SET_FEATURES';