UNPKG

129 BJavaScriptView Raw
1import { initDebug } from './debug';
2import 'preact/devtools';
3
4initDebug();
5
6export { resetPropWarnings } from './check-props';