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