From 87397522c01ef1827b382e1898c0b739f1eb0f7b Mon Sep 17 00:00:00 2001 From: Byson94 Date: Sat, 12 Oct 2024 14:27:54 +0530 Subject: [PATCH] bug fix --- src/AetherLexLib/wordvalue.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/AetherLexLib/wordvalue.js b/src/AetherLexLib/wordvalue.js index d661935..16aff14 100644 --- a/src/AetherLexLib/wordvalue.js +++ b/src/AetherLexLib/wordvalue.js @@ -1,8 +1,6 @@ // wordvalue.js -// wordvalue.js - -const wordValues = { +export const wordValues = { "a": 1, "an": 2, "and": 3, @@ -1224,4 +1222,3 @@ const wordValues = { "zoo": 1220 }; -export default wordValues;