Skip to content

Commit

Permalink
fix: export default now that package is esm
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Dec 6, 2023
1 parent d6895f5 commit e7224be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ declare namespace PodiumProxy {
};
}

export = PodiumProxy;
export default PodiumProxy;

0 comments on commit e7224be

Please sign in to comment.