2 lines
78 B
JavaScript
2 lines
78 B
JavaScript
export const CLOSE_TAB = 'CLOSE_TAB';
|
|
export const CHANGE_TAB = 'CHANGE_TAB';
|