6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
import { initDebug } from './debug';
|
|
import 'preact/devtools';
|
|
|
|
initDebug();
|
|
|
|
export { resetPropWarnings } from './check-props';
|