From 75804a834f55de5350c175f9646631dabac258ae Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Sun, 2 Feb 2020 10:26:07 -0600 Subject: [PATCH] Create index.module.js --- index.module.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 index.module.js 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';