2020-02-25 11:48:51 -05:00

8 lines
156 B
TypeScript

import { ADDON_ID, PANEL_ID } from './events';
export { ADDON_ID, PANEL_ID };
if (module && module.hot && module.hot.decline) {
module.hot.decline();
}