diff --git a/index.module.js b/index.module.js new file mode 100644 index 0000000..25776ed --- /dev/null +++ b/index.module.js @@ -0,0 +1,2 @@ +export * from 'preact/compat'; +export { default } from 'preact/compat';