Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Byson94 committed Oct 12, 2024
1 parent b74026a commit 8739752
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/AetherLexLib/wordvalue.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// wordvalue.js

// wordvalue.js

const wordValues = {
export const wordValues = {
"a": 1,
"an": 2,
"and": 3,
Expand Down Expand Up @@ -1224,4 +1222,3 @@ const wordValues = {
"zoo": 1220
};

export default wordValues;

0 comments on commit 8739752

Please sign in to comment.