Skip to content

Commit

Permalink
fix default export
Browse files Browse the repository at this point in the history
  • Loading branch information
smhg committed Feb 9, 2024
1 parent 65c6fa1 commit 038aad0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ export const mo = {
parse: moParser,
compile: moCompiler
};

export default { mo, po };

0 comments on commit 038aad0

Please sign in to comment.