hyper/app/lib/constants/tabs.js
Guillermo Rauch 477e40e433 refactor
2016-07-13 13:45:14 -07:00

2 lines
78 B
JavaScript

export const CLOSE_TAB = 'CLOSE_TAB';
export const CHANGE_TAB = 'CHANGE_TAB';