2022-03-24 20:29:44 -04:00

9 lines
194 B
TypeScript

export { HIGHLIGHT, RESET_HIGHLIGHT } from './constants';
if (module && module.hot && module.hot.decline) {
module.hot.decline();
}
// make it work with --isolatedModules
export default {};