Skip to content

Commit

Permalink
fix: make name overrides immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed Jun 15, 2024
1 parent 2f25703 commit 324e90e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/constants/NameOverrides.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export const NameOverrides = {
const NameOverrides = Object.freeze({
HTMLText: 'htmlText',
};
});

export { NameOverrides };

0 comments on commit 324e90e

Please sign in to comment.