From 160d78b74e41a3c342fe20357d53798329e3d34e Mon Sep 17 00:00:00 2001 From: Kelly Joseph Price Date: Thu, 22 Feb 2024 16:43:22 -0800 Subject: [PATCH] feat: add default?! --- index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.tsx b/index.tsx index c247556a1..bb5b77a90 100644 --- a/index.tsx +++ b/index.tsx @@ -90,3 +90,5 @@ export const esast = (text: string, opts = {}) => { export const plain = (text: string, opts = {}) => { unimplemented('plain export'); }; + +export default react;