Skip to content

Commit

Permalink
feat: add default?!
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice committed Feb 23, 2024
1 parent 10b0c86 commit 160d78b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,5 @@ export const esast = (text: string, opts = {}) => {
export const plain = (text: string, opts = {}) => {
unimplemented('plain export');
};

export default react;

0 comments on commit 160d78b

Please sign in to comment.